From bdf495dcd20a5c554f7900acb9bcfa566f789289 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 19 Dec 2000 18:38:49 +0000 Subject: [PATCH] Help improvements. Organization: Straylight/Edgeware From: Ian Jackson --- help.pl | 2 +- helpinfos | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/help.pl b/help.pl index 6872190..c9f2811 100755 --- 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 overview.\n"; + $o .= "See top level.\n"; } $o .= "See all topics.\n
\n" } diff --git a/helpinfos b/helpinfos index aa9a174..902911e 100644 --- a/helpinfos +++ b/helpinfos @@ -13,7 +13,7 @@ General commands: Registration and user settings: !invite [] ... Channel settings (see `help channel'): !op [] !channel [] [....] Options: Additional help topics: - timeformat ks|hms !identify !identpass !invite !blight-id + !timeformat ks|hms !identify !identpass !invite !blight-id Send commands to me by /msg, or say them in channel with \! in front. :help @@ -67,11 +67,10 @@ channel [] !mode *|+...-... set modes when alone Controls whether I'll join the channel when I'm (re)started. :userinvite - \!invite /msg ... invite ... -channel [] userinvite pub allowed refused -channel [] userinvite here allowed only if user on chan -channel [] userinvite all allowed any user can invite -channel [] userinvite none refused refused +channel [] userinvite pub users on chan can \!invite +channel [] userinvite here users on chan can \!invite and /msg +channel [] userinvite all anyone can \!invite and /msg +channel [] userinvite none \!invite and /msg are disabled Controls whether the `invite' command works for this channel, and who can use it (`help !invite'). `userinvite pub' is the default. @@ -133,10 +132,10 @@ register register your nick (or make it secure) register delete delete your nick registration register insecure register your nick insecurely I only store settings for registered nicks. For `insecure' nicks - anyone who currently holds that nick can change its settings, - including securing it to their username. `secure' nicks can only - have their settings changed by the user to which they are - registered, after identifying themselves (see `help !identify'). + anyone who currently holds that nick can change its settings (see + `help !set', including securing it to their username. `secure' + nicks can only have their settings changed by the user to which they + are registered, after identifying themselves (see `help !identify'). :set set show your current settings -- [mdw]