summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthias H <apoc@sixserv.org>2014-02-20 23:36:20 +0100
committerMatthias H <apoc@sixserv.org>2014-02-20 23:36:20 +0100
commit2e73cfeec6c9f549f216009570a29b12b927a99e (patch)
tree8733270daec9dac93b70502b4010c01a917d505a /lib
parent8fcda482961f90edad361dd7a47fb2a8dfeb5c70 (diff)
[remote] server imho shouldnt be listen by default
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/core/remote.rb2
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")