Changeset 6027
- Timestamp:
- 02/02/08 13:59:43 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/net-irc/trunk/examples/tig.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/tig.rb
r5985 r6027 164 164 f = (@friends || []).find {|i| i["screen_name"] == nick } 165 165 if f 166 post nil, RPL_WHOISUSER, nick, nick, nick, api_base.host, "*", NKF.nkf("-j", "#{f["name"]} / #{f["description"]}")166 post nil, RPL_WHOISUSER, nick, nick, nick, api_base.host, "*", "#{f["name"]} / #{f["description"]}" 167 167 post nil, RPL_WHOISSERVER, nick, api_base.host, api_base.to_s 168 168 post nil, RPL_WHOISIDLE, nick, "0", "seconds idle"
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)