summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin/Logging.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove easter eggs.Neil Moore2012-07-121-25/+0
| | | | | | | Not entirely unexpectedly, they stop being funny after a while. This reverts commit ddba2facafd2a229d34f8502b08b283d2e41bb5f. This reverts commit 02e11ad7483c5d43b1cc9c788e81a9cf69d4b2b5.
* More easter eggs.Neil Moore2012-07-091-1/+17
|
* Whitespace fixes.Neil Moore2012-07-081-4/+4
|
* An easter egg for Chei players in ##crawl.Neil Moore2012-07-081-0/+9
|
* Actually log user quits.Neil Moore2012-07-081-3/+1
| | | | | Unfortunately, we can't easily track whether they were in the primary channel so this might be a little spammy.
* Don't log (most) other events from ##crawl.Neil Moore2012-07-081-6/+18
| | | | | | Only nick changes and topic changes are now logged from non-primary channels; the former because the API gives no no other choice, and the latter because it might be nice to see them.
* Reside in ##crawl, too (but don't log it just yet).Neil Moore2012-07-081-1/+2
|
* Do not log replies to private messages, either.Neil Moore2012-01-071-1/+3
|
* Actually ignore private messages.Neil Moore2012-01-071-2/+2
|
* Do not log private messages.Neil Moore2012-01-071-1/+3
|
* bleh, nick_change uses a different arg formatJesse Luehrs2010-01-251-2/+3
|
* some todo commentsJesse Luehrs2010-01-251-0/+3
|
* also log messages sent by the botJesse Luehrs2010-01-251-0/+8
|
* add logging pluginJesse Luehrs2010-01-241-0/+133