diff options
-rw-r--r-- | lib/rbot/core/remote.rb | 2 |
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 |