summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot.pm
Commit message (Collapse)AuthorAgeFilesLines
* Specify max message length.Neil Moore2012-04-061-0/+6
| | | | | | This requires a patched Bot::BasicBot, but should avoid splitting messages quite as often. The new limit of 410 bytes should leave plenty of room (102 bytes) for the channel name etc.
* Return undef after calling plugin methods.Neil Moore2012-01-031-0/+1
| | | | | | If not, newer versions of Bot::BasicBot will take a false-but-defined return value to indicate that another method should be called; this seems to result in the bot responding to joins.
* 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