From a0b108ff04c6583a3a5d7e4319636ebe5edf6a40 Mon Sep 17 00:00:00 2001 From: ijackson Date: Mon, 14 Aug 2000 21:05:36 +0000 Subject: [PATCH] Spurious :. --- bot.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2