Disable vwait temporarily.
[ircbot] / bot.tcl
diff --git a/bot.tcl b/bot.tcl
index ec81dcd..1e4d948 100755 (executable)
--- 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
+#}