summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-02-14 16:39:06 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-02-14 16:39:06 +0100
commit084d7007fad626b69f7186ea2a05805e1ce0500a (patch)
tree3e6e1c558083a9db8e640ab6b8751a763d2013e7
parent2ecf2f58c843895ce4ad143d0a05283c4b7e37e8 (diff)
remote core module: fix description of remote.host config
-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 7ffb62e1..821f6d20 100644
--- a/lib/rbot/core/remote.rb
+++ b/lib/rbot/core/remote.rb
@@ -325,7 +325,7 @@ class RemoteModule < CoreBotModule
Config.register Config::StringValue.new('remote.host',
:default => '',
: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