]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/config.rb
config: add alias config remove
[user/henk/code/ruby/rbot.git] / lib / rbot / core / config.rb
index be629f98f5b9b10f2aaf8fd5d90902195c612ebf..939b52991af568cb9c590aebe1cf2fb7e179effd 100644 (file)
@@ -306,6 +306,9 @@ conf.map 'config add *value to :key',
 conf.map 'config rm *value from :key',
   :action => 'handle_rm',
   :auth_path => 'edit'
+conf.map 'config remove *value from :key',
+  :action => 'handle_rm',
+  :auth_path => 'edit'
 conf.map 'config del *value from :key',
   :action => 'handle_rm',
   :auth_path => 'edit'