From 39d4aa347521bcd3aa18d5265bbc1144693df789 Mon Sep 17 00:00:00 2001 Message-Id: <39d4aa347521bcd3aa18d5265bbc1144693df789.1715808802.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 15 Jan 2001 02:42:15 +0000 Subject: [PATCH] No more debugging. Organization: Straylight/Edgeware From: Ian Jackson --- bot.tcl | 2 -- 1 file changed, 2 deletions(-) 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)} { -- [mdw]