From: ijackson Date: Mon, 15 Jan 2001 02:42:15 +0000 (+0000) Subject: No more debugging. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=31ba479ba6811a02684c8134590de744cf85feac;p=ircbot.git No more debugging. --- diff --git a/bot.tcl b/bot.tcl index bbee0a0..e313f5b 100755 --- a/bot.tcl +++ b/bot.tcl @@ -432,10 +432,8 @@ proc note_topic {showoff whoby topic} { } else { set tryspies $tell } -puts "NT>showoff $showoff|whoby $whoby|topic $topic|tell $tell|tryspies $tryspies|msg $msg<" foreach spy $tryspies { set see [chandb_get $spy topicsee] -puts "NT>spy $spy|see $see<" if {[lsearch -exact $see $showoff] >= 0 || \ ([lsearch -exact $see *] >= 0 && \ [lsearch -exact $tell $spy] >= 0)} {