paris-ci / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
6 stars 1 forks source link

Add access to IRC capabilities like account-notify #74

Open ctian1 opened 8 years ago

ctian1 commented 8 years ago

http://ircv3.net/specs/extensions/account-notify-3.1.html

ctian1 commented 8 years ago

Should be hookable by @hook.event

paris-ci commented 8 years ago

To track usernames changes ?

ctian1 commented 8 years ago

Sure, I guess.. there's other capabilities you can try adding too. You can also try adding NickServ support.

paris-ci commented 8 years ago

For nickserv auth we have #68 , for permissions we have #24 and for ghosting #13

ctian1 commented 8 years ago

For all of these, some way of accessing NickServ should be implemented for hooks and then plugins can be written for them to add behavior