Modify IRC notifier output
completed by: Jacob B
mentors: Sean, Erik
We have an IRC notification service (an IRC bot) that make announcements to our #brlcad IRC channel on Freenode. The service was recently set up to even post GCI notifications, but right now they're very verbose:
GCI: Sean has left the following comment at Create an RTWizard screenshot http://www.google-melange.com/gci/task/view/google/gci2012/8034204: that's not rtwizard You made a screenshot of 'mged', but that's the wrong application...
We'd like that to be just a little bit more concise, something like this:
GCI:Sean * 8034204 Create an RTWizard screenshot: that's not rtwizard - You made a screenshot of 'mged', but that's the wrong application...
This task requires editing the Lisp sources for the bot at https://github.com/erikg/cl-cia/blob/master/maildir.lisp #'do-gci-email
The problem starts at #'process-brlcad-gci-mail-dir.
Let us know when you have a git pull request or post a patch here.
References
- https://github.com/erikg/cl-cia/blob/master/maildir.lisp
- irc://freenode.net/#brlcad
Join our IRC channel to see the notifier in action.