From 352b7d4551ba0a693b706594866cb2aaeb7a94ac Mon Sep 17 00:00:00 2001 From: Matthias H Date: Fri, 21 Feb 2014 20:21:02 +0100 Subject: [remote] removed due to security concerns --- data/rbot/plugins/remotectl.rb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 data/rbot/plugins/remotectl.rb (limited to 'data/rbot/plugins') diff --git a/data/rbot/plugins/remotectl.rb b/data/rbot/plugins/remotectl.rb deleted file mode 100644 index 31d48fe3..00000000 --- a/data/rbot/plugins/remotectl.rb +++ /dev/null @@ -1,29 +0,0 @@ -#-- vim:sw=4:et -#++ -# -# :title: RemoteCtl plugin -# -# Author:: jsn (dmitry kim) -# Copyright:: (C) 2007 dmitry kim -# License:: in public domain -# -# Adds druby remote command execution to rbot. See 'bin/rbot-remote' for -# example usage. - -class RemoteCtlPlugin < Plugin - include RemotePlugin - - def remote_command(m, params) - s = params[:string].to_s - u = @bot.server.user("remote:#{m.source.username}") - @bot.auth.login(u, m.source.username, m.source.password) - fake_message(s, :source => u) - end -end - -me = RemoteCtlPlugin.new - -me.remote_map 'dispatch *string', - :action => 'remote_command' - -me.default_auth('*', false) -- cgit v1.2.3