RITlug / teleirc

Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
https://docs.teleirc.com/
GNU General Public License v3.0
140 stars 45 forks source link

Support for registering nicks #66

Closed ct-martin closed 6 years ago

ct-martin commented 6 years ago

As we discovered in our (RITlug & FOSS@MAGIC) spam mitigation during the recent Freenode spam attacks, having bots with unregistered nicks can get them kicked from a channel. This issue requests support for a registered nick. Most likely this would take the form of:

jwflory commented 6 years ago

Fortunately, @michalrud already took care of this in #65. I'll try to review this during the week.

jwflory commented 6 years ago

65 was recently merged, thanks to the help of @michalrud. There are some unit tests remaining to be rewritten (#76), but this functionality is now supported. I'm closing this as completed. :clapper: