From 9844e254b5b5f502a4797b460d21c602b6485736 Mon Sep 17 00:00:00 2001 Message-Id: <9844e254b5b5f502a4797b460d21c602b6485736.1715899679.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 31 Jan 2001 17:39:09 +0000 Subject: [PATCH] Set socketargs to {}. Organization: Straylight/Edgeware From: Ian Jackson --- test.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/test.tcl b/test.tcl index 4db2648..957f9f4 100644 --- a/test.tcl +++ b/test.tcl @@ -3,5 +3,6 @@ set host chiark set nick testbot set ownfullname confused +set socketargs {} source bot.tcl -- [mdw]