]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/remote.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / lib / rbot / core / remote.rb
index 7ffb62e1bb6e5a2e7613e67b22456c486e5ff85e..2d39d7696b3466be543ca49d2cc36da8b312df92 100644 (file)
@@ -4,8 +4,6 @@
 # :title: Remote service provider for rbot
 #
 # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com)
-# Copyright:: Copyright (c) 2006 Giuseppe Bilotta
-# License:: GPLv2
 #
 # From an idea by halorgium <rbot@spork.in>.
 #
@@ -149,7 +147,7 @@ class Bot
     #
     # Presently, the hash returned on success has only one key, :return, whose
     # value is the actual return value of the successfull dispatch.
-    # 
+    #
     # TODO this same kind of mechanism could actually be used in MessageMapper
     # itself to be able to handle the case of multiple plugins having the same
     # 'first word' ...
@@ -323,9 +321,9 @@ class RemoteModule < CoreBotModule
     :desc => "Port on which the remote interface will be presented")
 
   Config.register Config::StringValue.new('remote.host',
-    :default => '',
+    :default => '127.0.0.1',
     :requires_rescan => true,
-    :desc => "Port on which the remote interface will be presented")
+    :desc => "Host on which the remote interface will be presented")
 
   def initialize
     super