Changeset 6138
- Timestamp:
- 02/04/08 01:42:42 (5 years ago)
- Location:
- lang/ruby/net-irc/trunk/examples
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/lig.rb
r6136 r6138 6 6 Lingr IRC Gateway - IRC Gateway to Lingr ( http://www.lingr.com/ ) 7 7 8 ## Client opts 9 10 Options specified by after irc realname. 8 ## Launch 9 10 $ ruby lig.rb # daemonized 11 12 If 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 11 26 12 27 Configuration example for Tiarra ( http://coderepos.org/share/wiki/Tiarra ). -
lang/ruby/net-irc/trunk/examples/tig.rb
r6030 r6138 1 #!/usr/bin/env ruby -Ku1 #!/usr/bin/env ruby 2 2 =begin 3 3 … … 7 7 ( http://www.misuzilla.org/dist/net/twitterircgateway/ ) 8 8 9 10 ## Client opts 9 ## Launch 10 11 $ ruby tig.rb # daemonized 12 13 If you want to help: 14 15 $ ruby tig.rb --help 16 17 ## Configuration 11 18 12 19 Options specified by after irc realname. -
lang/ruby/net-irc/trunk/examples/wig.rb
r5842 r6138 6 6 Wassr IRC Gateway 7 7 8 ## Launch 8 9 9 ## Client opts 10 $ ruby wig.rb # daemonized 11 12 If you want to help: 13 14 $ ruby wig.rb --help 15 16 ## Configuration 10 17 11 18 Options specified by after irc realname.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)