Changeset 5933
- Timestamp:
- 01/31/08 12:00:10 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/net-irc/trunk/examples/lig.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/lig.rb
r5840 r5933 98 98 def on_part(m) 99 99 channel = m.params[0] 100 info = @channels[channel ].downcase100 info = @channels[channel.downcase] 101 101 102 102 if info … … 148 148 post "#{nick}!#{o_id}@lingr.com", JOIN, chan unless nick == @nick 149 149 when "system:leave" 150 #post "#{nick}!#{o_id}@lingr.com", PART, chan unless nick == @nick150 post "#{nick}!#{o_id}@lingr.com", PART, chan unless u_id == @user_info["user_id"] 151 151 when "system:nickname_change" 152 152 post nick, NOTICE, chan, m["text"]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)