From: Ian Jackson Date: Mon, 14 Aug 2000 21:05:36 +0000 (+0000) Subject: Spurious :. X-Git-Tag: branchpoint-2001-10-09-tell~75 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/732b11e0bed663e0596d26f3d073e4e09a2a58ee?ds=sidebyside Spurious :. --- diff --git a/bot.tcl b/bot.tcl index ffab760..ec81dcd 100755 --- a/bot.tcl +++ b/bot.tcl @@ -132,7 +132,7 @@ 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 }