creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
116 stars 21 forks source link
hacktoberfest

This project is dead, no longer maintained and if you use it you do so at your own risk

This started out as a personal project when I had a lot of time on my hands a while ago. There is still enough room for improvement and I do plan on eventually expanding this and tackling most issues, (very unlikely to happen anytime soon) however since I made this my available free time has been rather limited so I very much do welcome contributions. I also no longer use this actively myself so I have no insights about how it works regarding the discord API.

See CONTRIBUTING.md for details.

IRC channel

#discordircd on irc.snoonet.org.

discordIRCd

discordIRCd is a node.js application that allows you to connect to discord with your irc client.

I really like the way I have it set up!
https://xkcd.com/1782/

DISCLAIMER

This is far from complete and only has the most basic IRC functionality in it to make it work with IRCCloud. It also has been tested somewhat with Hexchat.

Usage

Sending and receiving private messages.

Discord doesn't send private messages based on the server. In order to work around that discordIRCd provides an extra server that is soley used for sending and receiving private messages. To join it it use the server password DMserver.

Private conversations can be initiated from any server but will be automatically taken up by the private message server.

Features