diff options
author | Matthias H <apoc@sixserv.org> | 2014-02-20 23:36:20 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2014-02-20 23:36:20 +0100 |
commit | 2e73cfeec6c9f549f216009570a29b12b927a99e (patch) | |
tree | 8733270daec9dac93b70502b4010c01a917d505a /lib | |
parent | 8fcda482961f90edad361dd7a47fb2a8dfeb5c70 (diff) |
[remote] server imho shouldnt be listen by default
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/remote.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/remote.rb b/lib/rbot/core/remote.rb index bd037cca..d8d43533 100644 --- a/lib/rbot/core/remote.rb +++ b/lib/rbot/core/remote.rb @@ -311,7 +311,7 @@ class RemoteModule < CoreBotModule include RemoteCoreBotModule Config.register Config::BooleanValue.new('remote.autostart', - :default => true, + :default => false, :requires_rescan => true, :desc => "Whether the remote service provider should be started automatically") |