summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot.pm
Commit message (Expand)AuthorAgeFilesLines
* Add say_main method to say something in the main channel only.Neil Moore2013-06-251-0/+9
* Tick more frequently, but don't do stuff on every tick.Neil Moore2013-05-301-1/+17
* Improve debugging messages.Neil Moore2013-03-181-4/+7
* Add some debugging messages.Neil Moore2012-12-121-1/+4
* Specify max message length.Neil Moore2012-04-061-0/+6
* Return undef after calling plugin methods.Neil Moore2012-01-031-0/+1
* use an absolute path for the data directoryJesse Luehrs2010-02-151-1/+3
* actually send ->sent to pluginsJesse Luehrs2010-01-251-1/+1
* also log messages sent by the botJesse Luehrs2010-01-251-0/+1
* forward along most other informational methods to pluginsJesse Luehrs2010-01-241-0/+8
* move debugging output back up to the top levelJesse Luehrs2009-11-301-0/+2
* make plugins a bit more flexibleJesse Luehrs2009-11-281-22/+9
* factor out broadcasting messages a bitJesse Luehrs2009-11-281-0/+9
* add code for checking the wiki for added pagesJesse Luehrs2009-11-281-0/+13
* use older File::Path interfaceJesse Luehrs2009-11-271-1/+1
* factor out mantis-specific things into its own classJesse Luehrs2009-11-271-84/+16
* silence warningJesse Luehrs2009-11-261-2/+1
* stop showing the email address for users, for nowJesse Luehrs2009-11-261-5/+4
* a bit more debugging outputJesse Luehrs2009-11-261-0/+6
* clean up code for creating the issue message to be sentJesse Luehrs2009-11-261-2/+5
* add author to issue report messageJesse Luehrs2009-11-261-0/+1
* update every 5 minutes (rather than 1), and make it configurableJesse Luehrs2009-11-261-1/+7
* item -> issueJesse Luehrs2009-11-261-27/+27
* fix b::bb config a bitJesse Luehrs2009-11-261-2/+10
* send message to right channelJesse Luehrs2009-11-261-1/+4
* initial implementationJesse Luehrs2009-11-251-0/+101