diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-14 16:39:06 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-14 16:39:06 +0100 |
commit | 084d7007fad626b69f7186ea2a05805e1ce0500a (patch) | |
tree | 3e6e1c558083a9db8e640ab6b8751a763d2013e7 /lib/rbot | |
parent | 2ecf2f58c843895ce4ad143d0a05283c4b7e37e8 (diff) |
remote core module: fix description of remote.host config
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/core/remote.rb | 2 |
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 |