summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/alias.rb
AgeCommit message (Expand)Author
2020-04-20plugin(alias): use registry for storage see #42Matthias Hecker
2009-02-19remove whitespaceRaine Virta
2009-02-15+ @bot.path and datafile methodsGiuseppe Bilotta
2008-04-08alias plugin: use fake_message()Giuseppe Bilotta
2008-02-14* replace references to old website to references to new siteGiuseppe Bilotta
2007-11-26alias.rb:Yaohan Chen
2007-11-26alias.rb:Yaohan Chen
2007-11-08alias.rb: revert previous commit about creating path since mkdir_p only createsYaohan Chen
2007-11-07alias plugin: don't create data path if it already existsGiuseppe Bilotta
2007-11-05alias.rb: help message for aliases show alias definitionsYaohan Chen
2007-08-14* fixed incorrect loading logic which could have added entries to @aliases ev...Yaohan Chen
2007-08-10* alias.rb: fixed precedence error which caused list of aliases be reset on r...Yaohan Chen
2007-08-07* use Util.safe_save in alias pluginYaohan Chen
2007-07-23* Prevent the alias from including arguments not substituded in command, as a...Yaohan Chen
2007-07-23added 'alias rm' as alternative for 'alias remove'Yaohan Chen
2007-07-21added alias pluginYaohan Chen