summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/remotectl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/remotectl.rb')
-rw-r--r--data/rbot/plugins/remotectl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/remotectl.rb b/data/rbot/plugins/remotectl.rb
index d6817739..929b07b9 100644
--- a/data/rbot/plugins/remotectl.rb
+++ b/data/rbot/plugins/remotectl.rb
@@ -19,6 +19,7 @@ class RemoteCtlPlugin < Plugin
@bot.auth.login(u, m.source.username, m.source.password)
new_m = PrivMessage.new(@bot, @bot.server, u, @bot.myself, s)
@bot.plugins.delegate "listen", new_m
+ @bot.plugins.delegate "message", new_m
@bot.plugins.privmsg(new_m)
end
end