X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/blobdiff_plain/cc2d31de26b929a6ea7c2b70897c18621ded4b19..8979e0d6cafbb1dc0fdc1cb67a1d5d080c3cabad:/bot.tcl diff --git a/bot.tcl b/bot.tcl index ffab760..1e4d948 100755 --- 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 +#}