coleifer / irc

tinkering with a made-from-scratch irc library in python
http://irckit.readthedocs.org/
MIT License
179 stars 55 forks source link

added /nick that fires whenever nicks #5

Closed wraithan closed 12 years ago

wraithan commented 12 years ago

Including if the bot is forced to change its own nick during auth.

This follows the same pattern set forth by the /part /quit and other commands of that sort.