summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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")