Changeset 15246
- Timestamp:
- 07/06/08 04:17:54 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/net-irc/trunk/examples/wig.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/wig.rb
r15244 r15246 569 569 body = CGI.unescapeHTML(body) 570 570 571 # channel message or not 572 if body =~ /^#([a-z_]+)\s+(.+)$/i 571 case 572 when nick == "投稿完了" 573 log "#{nick}: #{body}" 574 when nick == "チャンネル投稿完了!" 575 log "#{nick}: #{body}" 576 when body =~ /^#([a-z_]+)\s+(.+)$/i 577 # channel message or not 573 578 message(id || nick, Regexp.last_match[1], Regexp.last_match[2]) 574 579 else
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)