Author: bdonlan
Date: 2005-07-24 00:20:11 -0400 (Sun, 24 Jul 2005)
New Revision: 889
Modified:
trunk/clients/ravish/ravish2.rb
Log:
Kill some debug and spurious warnings
Modified: trunk/clients/ravish/ravish2.rb
===================================================================
--- trunk/clients/ravish/ravish2.rb 2005-07-24 04:18:06 UTC (rev 888)
+++ trunk/clients/ravish/ravish2.rb 2005-07-24 04:20:11 UTC (rev 889)
@@ -346,8 +346,8 @@
end
def lag_check_msg evt
- lag_debug
- srvmsg "evt [EMAIL PROTECTED]"
+ #lag_debug
+ #srvmsg "evt [EMAIL PROTECTED]"
if @lag_st == :off then return end
if @lag_ev.empty? then return end
if evt[0] == 'FAIL'
@@ -455,6 +455,10 @@
clist[uid] = 1
end
+ def ev_OUCH arg
+ # Stub; handled elsewhere
+ end
+
def ev_PART cid, uid
win = find_window :channel, cid
if @nick and uid == @nick