ldilley / rubircd

:speech_balloon: An IRC server written in Ruby
http://www.dilley.me/rubircd
GNU General Public License v3.0
22 stars 4 forks source link

Add support for services #4

Open ldilley opened 9 years ago

ldilley commented 9 years ago

Add nickname and channel registration, etc. Should we use one single bot to handle everything or stick to the ChanServ, NickServ, etc. standard? Should this be integrated into the IRC service with the option to enable/disable it? Should it be a separate thread or remote connection? This will require some planning like the server linking feature request.