Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv4201/src
Modified Files:
chanserv.help
Log Message:
update chanserv.help for the (slightly) new "non-users and users will be protected" case
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** chanserv.help 14 Dec 2002 01:07:12 -0000 1.47
--- chanserv.help 31 Dec 2002 23:55:59 -0000 1.48
***************
*** 400,406 ****
"/msg $C SET <#channel> PROTECT <value>",
"This setting restricts the protection that $C enforces. Valid settings are:",
! "$b0$b Users will be protected from those of equal or lower access.",
! "$b1$b Users will be protected from those of lower access.",
! "$b2$b No users will be protected.",
"$uSee Also:$u set");
"SET SETTERS" ("$bSET SETTERS$b",
--- 400,407 ----
"/msg $C SET <#channel> PROTECT <value>",
"This setting restricts the protection that $C enforces. Valid settings are:",
! "$b0$b Non-users and users will be protected from those of equal or lower access",
! "$b1$b Users will be protected from those of equal or lower access.",
! "$b2$b Users will be protected from those of lower access.",
! "$b3$b No users will be protected.",
"$uSee Also:$u set");
"SET SETTERS" ("$bSET SETTERS$b",
|