Changeset 5774

Show
Ignore:
Timestamp:
01/29/08 13:30:11 (5 years ago)
Author:
cho45
Message:

lang/ruby/net-irc/trunk/examples/tig.rb:

Fix default port number.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/net-irc/trunk/examples/tig.rb

    r5773 r5774  
    380380 
    381381        opts = { 
    382                 :port   => 16670, 
     382                :port   => 16668, 
    383383                :host   => "localhost", 
    384384                :debug  => false,