Changeset 6138

Show
Ignore:
Timestamp:
02/04/08 01:42:42 (5 years ago)
Author:
cho45
Message:

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

Update doc

Location:
lang/ruby/net-irc/trunk/examples
Files:
3 modified

Legend:

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

    r6136 r6138  
    66Lingr IRC Gateway - IRC Gateway to Lingr ( http://www.lingr.com/ ) 
    77 
    8 ## Client opts 
    9  
    10 Options specified by after irc realname. 
     8## Launch 
     9 
     10        $ ruby lig.rb # daemonized 
     11 
     12If you want to help: 
     13 
     14        $ ruby lig.rb --help 
     15        Usage: examples/lig.rb [opts] 
     16         
     17         
     18        Options: 
     19            -p, --port [PORT=16669]          port number to listen 
     20            -h, --host [HOST=localhost]      host name or IP address to listen 
     21            -l, --log LOG                    log file 
     22            -a, --api_key API_KEY            Your api key on Lingr 
     23                --debug                      Enable debug mode 
     24 
     25## Configuration 
    1126 
    1227Configuration example for Tiarra ( http://coderepos.org/share/wiki/Tiarra ). 
  • lang/ruby/net-irc/trunk/examples/tig.rb

    r6030 r6138  
    1 #!/usr/bin/env ruby -Ku 
     1#!/usr/bin/env ruby 
    22=begin 
    33 
     
    77( http://www.misuzilla.org/dist/net/twitterircgateway/ ) 
    88 
    9  
    10 ## Client opts 
     9## Launch 
     10 
     11        $ ruby tig.rb # daemonized 
     12 
     13If you want to help: 
     14 
     15        $ ruby tig.rb --help 
     16 
     17## Configuration 
    1118 
    1219Options specified by after irc realname. 
  • lang/ruby/net-irc/trunk/examples/wig.rb

    r5842 r6138  
    66Wassr IRC Gateway 
    77 
     8## Launch 
    89 
    9 ## Client opts 
     10        $ ruby wig.rb # daemonized 
     11 
     12If you want to help: 
     13 
     14        $ ruby wig.rb --help 
     15 
     16## Configuration 
    1017 
    1118Options specified by after irc realname.