]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
[remote] server imho shouldnt be listen by default
authorMatthias H <apoc@sixserv.org>
Thu, 20 Feb 2014 22:36:20 +0000 (23:36 +0100)
committerMatthias H <apoc@sixserv.org>
Thu, 20 Feb 2014 22:36:20 +0000 (23:36 +0100)
lib/rbot/core/remote.rb

index bd037ccacaf55dd76ef0fa97b278a4f0c636bcf0..d8d43533da3e5ab01e784b91e93b46485b2b5f45 100644 (file)
@@ -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")