diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-12-13 12:39:11 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-12-13 12:39:11 +0000 |
commit | d95ea514d1e93e7b8691f479448e7d57bf108192 (patch) | |
tree | e4e554d0485eeaca067950497c846a567a4193ba /data | |
parent | a40dd6600bf0b1e35b29ff12783e218efc0f9273 (diff) |
remotectl: what's action_path? when in doubt, expunge
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/remotectl.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/rbot/plugins/remotectl.rb b/data/rbot/plugins/remotectl.rb index 54044380..d6817739 100644 --- a/data/rbot/plugins/remotectl.rb +++ b/data/rbot/plugins/remotectl.rb @@ -26,7 +26,6 @@ end me = RemoteCtlPlugin.new me.remote_map 'dispatch *string', - :action => 'remote_command', - :action_path => 'dispatch' + :action => 'remote_command' me.default_auth('*', false) |