summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/core/remote.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/core/remote.rb b/lib/rbot/core/remote.rb
index de0ade5f..43d883dd 100644
--- a/lib/rbot/core/remote.rb
+++ b/lib/rbot/core/remote.rb
@@ -235,6 +235,8 @@ module ::Irc
m = RemoteMessage.new(@bot, client, cmd)
@bot.remote_dispatcher.handle(m)
end
+
+ private :instance_variables, :instance_variable_get, :instance_variable_set
end
# The bot also manages a single (for the moment) remote dispatcher. This method