From 2e73cfeec6c9f549f216009570a29b12b927a99e Mon Sep 17 00:00:00 2001 From: Matthias H Date: Thu, 20 Feb 2014 23:36:20 +0100 Subject: [remote] server imho shouldnt be listen by default --- lib/rbot/core/remote.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3