zigdon / xkcd-Bucket

Bucket is the channel bot for #xkcd
http://wiki.xkcd.com/irc/Bucket
121 stars 31 forks source link

Add PART & QUIT hooks, add channel to JOIN #118

Closed dgw closed 6 years ago

dgw commented 6 years ago

Completes the set of user action hooks. We now have JOIN, PART, KICK, QUIT, and NICK covered.

Added the channel to JOIN because it seemed silly to add PART without it, and then it seemed silly to have the inconsistency.

The new hooks are also needed to implement #77, since Bucket currently doesn't process those events.