X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=lib%2Frbot%2Fcore%2Fconfig.rb;h=939b52991af568cb9c590aebe1cf2fb7e179effd;hb=87d2affc0fbe7cf864fdad4eca506d9d06a0de0c;hp=be629f98f5b9b10f2aaf8fd5d90902195c612ebf;hpb=bfbe357cda0eb7e97cfef346440f2efd032a2d59;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/core/config.rb b/lib/rbot/core/config.rb index be629f98..939b5299 100644 --- a/lib/rbot/core/config.rb +++ b/lib/rbot/core/config.rb @@ -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'