diff options
-rw-r--r-- | lib/rbot/core/config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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' |