From: ijackson Date: Mon, 14 Aug 2000 21:11:48 +0000 (+0000) Subject: Disable vwait temporarily. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=2b0fa313b168e7b567ef14fb3387433cc0cef59b;p=ircbot.git Disable vwait temporarily. --- 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 +#}