creesch / discordIRCd

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

Don't write out IRC commands, make a function that constructs them. #20

Open creesch opened 7 years ago

creesch commented 7 years ago

As the title says, I basically have written out irc commands so far. It is far easier to make a function that constructs commands based on input.