Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-07 | autorejoin: no-kick list | Giuseppe Bilotta | |
Botusers in the rejoin.no_kick_list config value can kick the bot without risking being kicked when it rejoins | |||
2009-01-07 | autorejoin: option to kick the kicker | Giuseppe Bilotta | |
2009-01-07 | autorejoin: standard header | Giuseppe Bilotta | |
2009-01-07 | autorejoin: work on password-protected channels too | Giuseppe Bilotta | |
2007-09-12 | namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* | Giuseppe Bilotta | |
2007-08-29 | timers: get rid of useless data passing to timer actions. | Giuseppe Bilotta | |
The timer blocks are closures, so they inherit the variables in the scope they were created. Passing those same variables to the block as data is useless. | |||
2007-03-05 | autorejoin plugin: insult on rejoin now optional | Giuseppe Bilotta | |
2007-02-14 | Modernize/optimize/cleanup a bunch of plugins | Giuseppe Bilotta | |
Remove some unnecessary plugin.register() calls, replace other by plugin.map() calls. Also use e.g. Array#pick_one instead of ar[rand(ar.length)] | |||
2006-10-15 | autorejoin after a random time between 0 and 10, instead of fixed 10 | Giuseppe Bilotta | |
2005-07-27 | rearrange repo for packaging | Tom Gilbert | |