summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/remotectl.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-12-13 12:39:11 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-12-13 12:39:11 +0000
commitd95ea514d1e93e7b8691f479448e7d57bf108192 (patch)
treee4e554d0485eeaca067950497c846a567a4193ba /data/rbot/plugins/remotectl.rb
parenta40dd6600bf0b1e35b29ff12783e218efc0f9273 (diff)
remotectl: what's action_path? when in doubt, expunge
Diffstat (limited to 'data/rbot/plugins/remotectl.rb')
-rw-r--r--data/rbot/plugins/remotectl.rb3
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)