Nicer error messages (usererror). Allow channel managers to invite willy-nilly and...
[ircbot] / help.pl
diff --git a/help.pl b/help.pl
index 6872190..c9f2811 100755 (executable)
--- a/help.pl
+++ b/help.pl
@@ -93,7 +93,7 @@ if ($topic eq 'ALL') {
        printout($xr) unless $xr eq $topic;
     }
     if (length $topic) {
-       $o .= "See <A href=\"$sf\">overview</A>.\n";
+       $o .= "See <A href=\"$sf\">top level</A>.\n";
     }
     $o .= "See <A href=\"$sf/ALL\">all topics</A>.\n<hr>\n"
 }