From d95ea514d1e93e7b8691f479448e7d57bf108192 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 13 Dec 2007 12:39:11 +0000 Subject: remotectl: what's action_path? when in doubt, expunge --- data/rbot/plugins/remotectl.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/rbot') 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) -- cgit v1.2.3