]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/remotectl.rb
script plugin: use m.okay
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / remotectl.rb
index 5404438046afbb584e59a647f7c00ccb59d981f9..d68177396fef5f8864bec3373743c3b40910c892 100644 (file)
@@ -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)