summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/alias.rb
AgeCommit message (Collapse)Author
2007-11-08alias.rb: revert previous commit about creating path since mkdir_p only createsYaohan Chen
directory if it does not exist
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 ↵Yaohan Chen
even when they were invalid
2007-08-10* alias.rb: fixed precedence error which caused list of aliases be reset on ↵Yaohan Chen
rescan
2007-08-07* use Util.safe_save in alias pluginYaohan Chen
* handle corrupt data file in alias plugin
2007-07-23* Prevent the alias from including arguments not substituded in command, as ↵Yaohan Chen
a check for possible incorrect command usage
2007-07-23added 'alias rm' as alternative for 'alias remove'Yaohan Chen
2007-07-21added alias pluginYaohan Chen