Thursday, January 29, 2009

Notes on a Choob Bot

On irc://moznet/ the nick Sugnim is a choob bot. The search command, where it responds to messages of search blah (eg. /msg Sugnim search blah or !search blah in a channel Sugnim occupies), will show the Bugzilla corresponding bug.
Choob code:
http://svn.uwcs.co.uk/repos/choob/
Code for that choob extension:
http://trac.uwcs.co.uk/choob/browser/trunk/contrib/BugzillaBugmail.js
Note that this isn't Sugnim's code. Silver has fixed so HTML entities are resolved, via find and replace (JS doesn't have an inbuilt escape/unescape HTML function), which isn't committed code yet.