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

Various fixes #45

Closed Pokechu22 closed 6 years ago

Pokechu22 commented 6 years ago

A bunch of different fixes, some of which I've had sitting around for a while (and a few others that I decided to do just now). Most of these should be fairly self-explanatory; the only one that's more of a style thing than anything else is a98c2f3 where I switch to + in regexes instead of {1,} as the {1,} format seems a lot less readable/logical.