Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv22751/src
Modified Files:
chanserv.help
Log Message:
fix typos in !*list commands
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** chanserv.help 6 Jul 2002 00:32:09 -0000 1.28
--- chanserv.help 6 Jul 2002 05:09:11 -0000 1.29
***************
*** 171,175 ****
"/msg $C CLIST <#channel> ",
"${command/CLIST/access}",
! "This command lists all users of level $bCoowner$b in on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
"CLVL" ("$bCLVL$b",
--- 171,175 ----
"/msg $C CLIST <#channel> ",
"${command/CLIST/access}",
! "This command lists all users of level $bCoowner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
"CLVL" ("$bCLVL$b",
***************
*** 392,396 ****
"/msg $C MLIST <#channel> ",
"${command/MLIST/access}",
! "This command lists all users of level $bMaster$b in on a channel's userlist.",
"$uSee Also:$u addmaster, delmaster, mdelmaster, users");
"MODE" ("$bMODE$b",
--- 392,396 ----
"/msg $C MLIST <#channel> ",
"${command/MLIST/access}",
! "This command lists all users of level $bMaster$b on a channel's userlist.",
"$uSee Also:$u addmaster, delmaster, mdelmaster, users");
"MODE" ("$bMODE$b",
***************
*** 428,432 ****
"/msg $C OLIST <#channel> ",
"${command/OLIST/access}",
! "This command lists all users of level $bOp$b in on a channel's userlist.",
"$uSee Also:$u addop, delop, mdelop, users");
"OP" ("$bOP$b",
--- 428,432 ----
"/msg $C OLIST <#channel> ",
"${command/OLIST/access}",
! "This command lists all users of level $bOp$b on a channel's userlist.",
"$uSee Also:$u addop, delop, mdelop, users");
"OP" ("$bOP$b",
***************
*** 452,456 ****
"/msg $C PLIST <#channel> ",
"${command/PLIST/access}",
! "This command lists all users of level $bPeon$b in on a channel's userlist.",
"$uSee Also:$u addpeon, delpeon, mdelpeon, users");
"READHELP" ("$bREADHELP$b",
--- 452,456 ----
"/msg $C PLIST <#channel> ",
"${command/PLIST/access}",
! "This command lists all users of level $bPeon$b on a channel's userlist.",
"$uSee Also:$u addpeon, delpeon, mdelpeon, users");
"READHELP" ("$bREADHELP$b",
***************
*** 727,731 ****
"/msg $C WLIST <#channel> ",
"${command/WLIST/access}",
! "This command lists all users of level $bOwner$b in on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
"WRITE" ("$bWRITE$b",
--- 727,731 ----
"/msg $C WLIST <#channel> ",
"${command/WLIST/access}",
! "This command lists all users of level $bOwner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
"WRITE" ("$bWRITE$b",
|