From: Ian Jackson Date: Mon, 14 Aug 2000 21:11:48 +0000 (+0000) Subject: Disable vwait temporarily. X-Git-Tag: branchpoint-2001-10-09-tell~73 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/8979e0d6cafbb1dc0fdc1cb67a1d5d080c3cabad?ds=sidebyside 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 +#}