chiark / gitweb /
Produce error if you say "register spong". Change mustpingbefore to muststartby...
[ircbot] / summon-write.pl
index 143d9406ff7817c5125210db8f23192cdd3403b4..0219abc1462102ac880c9965fb0603831be8d63f 100755 (executable)
@@ -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 <your-nickname> chiark'");
+pline("If you don't know how to use IRC, run \`irc <your-nickname> chiark'");
 pline("When you are on-line, please ".
       (length $chan ? "join $chan." : "send a private note to $nick."));
 pline("");