summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/autorejoin.rb
AgeCommit message (Collapse)Author
2007-03-05autorejoin plugin: insult on rejoin now optionalGiuseppe Bilotta
2007-02-14Modernize/optimize/cleanup a bunch of pluginsGiuseppe 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-15autorejoin after a random time between 0 and 10, instead of fixed 10Giuseppe Bilotta
2005-07-27rearrange repo for packagingTom Gilbert