From a20e3421a09796fb21230bccd2e1e49114c4a0df Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 16 Aug 2000 11:37:21 +0000 Subject: [PATCH] Wording fix. Organization: Straylight/Edgeware From: Ian Jackson --- summon-write.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-write.pl b/summon-write.pl index 143d940..0219abc 100755 --- a/summon-write.pl +++ b/summon-write.pl @@ -12,7 +12,7 @@ $timestring= localtime time; pline("\a"); pline("You are cordially invited onto the system's IRC server by \`$nick'"); pline("($path) at $timestring"); -pline("If you don't know to use IRC, run \`irc chiark'"); +pline("If you don't know how to use IRC, run \`irc chiark'"); pline("When you are on-line, please ". (length $chan ? "join $chan." : "send a private note to $nick.")); pline(""); -- [mdw]