X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fchanserv.help;h=1e9ccd030d4f9c3f15e64a87d010c05b14a0708d;hb=650dbf7e4cf451627a726cf75ca6deed79f2be00;hp=ecd9c59d6c697e617d3f0076dafe8f53109fe6c4;hpb=194acbe29334119d954906da3d594c70491f8d0b;p=srvx.git diff --git a/src/chanserv.help b/src/chanserv.help index ecd9c59..1e9ccd0 100644 --- a/src/chanserv.help +++ b/src/chanserv.help @@ -106,9 +106,9 @@ "ADDBAN" ("/msg $C ADDBAN <#channel> [Reason]", "Adds a ban to the channels permanent ban list, remaining in effect until removed with the DELBAN command. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended into a permanent ban.", "$uSee Also:$u bans, delban, mdelban"); -"ADDUSER" ("/msg $C ADDUSER <#channel> ", +"ADDUSER" ("/msg $C ADDUSER <#channel> ", "This command adds someone to the channel user list with the specified access level. (You may only add users to levels less than your own.)", - "The level may be one of $bpeon$b, $bop$b, $bmaster$b, $bcoowner$b or $bowner$b (only network staff may add owners).", + "The level may be one of $bpeon$b, $bop$b, $bmaster$b, $bcoowner$b, $bowner$b, or a number between 1 and 500. Only network staff may add level 500 users (owners).", "$uSee Also:$u deluser, users"); "ADDTIMEDBAN" ("/msg $C ADDTIMEDBAN <#channel> [Reason]", "Adds an automatically expiring ban to the channel ban list. This command behaves in the exact same fashion as ADDBAN with the exception that the bans are automatically removed after the user-supplied duration. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended. Timed bans can be removed with the DELBAN command, as with permanent bans.",