Changeset b45f28ad735df01d46a30d4cf711c8ec874e9b4e

Show
Ignore:
Timestamp:
03/28/08 00:02:03 (2 years ago)
Author:
dmitry kim <jason@…>
Children:
33f1c8ddc1f4c9f897f3b194a44faa1834f61566
Parents:
4b3c33ad04cb47eeed3b360ac0743415de0d9ad9
git-author:
dmitry kim <jason@nichego.net> 1206650865 +0300
git-committer:
dmitry kim <jason@nichego.net> 1206651723 +0300
Message:

* (core/remote) use safe bind() defaults

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/rbot/core/remote.rb

    r084d700 rb45f28a  
    324324 
    325325  Config.register Config::StringValue.new('remote.host', 
    326     :default => '', 
     326    :default => '127.0.0.1', 
    327327    :requires_rescan => true, 
    328328    :desc => "Host on which the remote interface will be presented")