summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/figlet.rb
AgeCommit message (Collapse)Author
2007-08-17+ figlet.rb: added figlet.path to make path of the figlet program configurableYaohan Chen
2007-04-09fix minor warnings from figlet and imdb pluginsGiuseppe Bilotta
2007-02-16 * Fixed roshambo (the bot would always tie if it picked scissors)Chris Gahan
* Fixed figlet (if you didn't have the font "rectangles", it wouldn't work)
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-01-20another plugin from ChrisTom Gilbert