Disable vwait temporarily.
[ircbot] / bot.tcl
diff --git a/bot.tcl b/bot.tcl
index ffab760..1e4d948 100755 (executable)
--- a/bot.tcl
+++ b/bot.tcl
@@ -132,11 +132,11 @@ if {![info exists sock]} {
     #fconfigure $sock -translation binary
     fconfigure $sock -translation crlf
 
-    sendout USER guest 0 * ":chiark testing bot"
+    sendout USER guest 0 * "chiark testing bot"
     sendout NICK $nick
     fileevent $sock readable onread
 }
 
-if {![regexp {tclsh} $argv0]} {
-    vwait terminate
-}
+#if {![regexp {tclsh} $argv0]} {
+#    vwait terminate
+#}