From: ijackson Date: Wed, 16 Aug 2000 11:37:21 +0000 (+0000) Subject: Wording fix. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=3711c098b6c894a569466fc575b4722b7ea5a405;p=ircbot.git Wording fix. --- 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("");