From 2b0fa313b168e7b567ef14fb3387433cc0cef59b Mon Sep 17 00:00:00 2001 From: ijackson Date: Mon, 14 Aug 2000 21:11:48 +0000 Subject: [PATCH] Disable vwait temporarily. --- bot.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.tcl b/bot.tcl index ec81dcd..1e4d948 100755 --- a/bot.tcl +++ b/bot.tcl @@ -137,6 +137,6 @@ if {![info exists sock]} { fileevent $sock readable onread } -if {![regexp {tclsh} $argv0]} { - vwait terminate -} +#if {![regexp {tclsh} $argv0]} { +# vwait terminate +#} -- 2.30.2