[srvx-commits] CVS: services/src chanserv.help,1.46,1.47 opserv.help,1.55,1.56
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-12-14 01:07:16
|
Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28833/src
Modified Files:
chanserv.help opserv.help
Log Message:
Update ChanServ and OpServ help files now that note management is done within ChanServ.
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** chanserv.help 12 Dec 2002 04:07:26 -0000 1.46
--- chanserv.help 14 Dec 2002 01:07:12 -0000 1.47
***************
*** 97,101 ****
" ADDOWNER Add a new owner to a channel.",
" DELOWNER Remove a current owner from a channel.",
! " MDELOWNER Remove multiple owners by account mask from a channel."
);
"ACCESS" ("/msg $C ACCESS <#channel> <nick|*account>",
--- 97,103 ----
" ADDOWNER Add a new owner to a channel.",
" DELOWNER Remove a current owner from a channel.",
! " MDELOWNER Remove multiple owners by account mask from a channel.",
! " CREATENOTE Create a new note type.",
! " REMOVENOTE Remove an existing note type."
);
"ACCESS" ("/msg $C ACCESS <#channel> <nick|*account>",
***************
*** 131,138 ****
"You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
"$uSee Also:$u access, users, giveownership");
- "GIVEOWNERSHIP" ("/msg $C GIVEOWNERSHIP <#channel> <nick|*account>",
- "Transfer ownership of the channel from you to another user on the channel's userlist. You are demoted to co-owner, and they are promoted to owner.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u clvl, access, users");
"CREATENOTE" ("/msg $S CREATENOTE <typename> <set-access> [access-arg] <view-access> <max-length>",
"Defines a new note type. $btypename$b is the name of the note type. $bset-access$b is one of:",
--- 133,136 ----
***************
*** 144,147 ****
--- 142,149 ----
"If the note type already exists, it is modified with the new values you specify.",
"$uSee Also:$u removenote");
+ "GIVEOWNERSHIP" ("/msg $C GIVEOWNERSHIP <#channel> <nick|*account>",
+ "Transfer ownership of the channel from you to another user on the channel's userlist. You are demoted to co-owner, and they are promoted to owner.",
+ "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
+ "$uSee Also:$u clvl, access, users");
"CSUSPEND" ("/msg $C CSUSPEND <#channel> <duration> <reason>",
"This command will temporarily remove $b$C$b from a channel and suspend its registration.",
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** opserv.help 12 Dec 2002 03:24:18 -0000 1.55
--- opserv.help 14 Dec 2002 01:07:12 -0000 1.56
***************
*** 369,376 ****
"SERVICES" ("$bSERVICES COMMANDS$b",
"These commands control how other services behave.",
- " ADDNOTE [${level/addnote}]",
" BANEMAIL [${level/banemail}]",
" BIND [${level/bind}]",
- " DELNOTE [${level/delnote}]",
" GAG [${level/gag}]",
" HELPSERV [${level/helpserv}]",
--- 369,374 ----
***************
*** 380,395 ****
" UNBIND [${level/unbind}]",
" UNGAG [${level/ungag}]");
- "ADDNOTE" ("/msg $O ADDNOTE <typename> <set-access> [access-arg] <view-access> <max-length>",
- "Defines a new note type. $btypename$b is the name of the note type. $bset-access$b is one of:",
- " $bPRIVILEGED$b with required $baccess-arg$b being the minimum OpServ level to set",
- " $bCHANNEL $b with required $baccess-arg$b being the channel access level to set",
- " $bSETTER $b (with no access-arg) to allow anyone who can !set to set",
- "$bview-access$b is one of $bPRIVILEGED$b, $bCHANNEL_USERS$b, or $bALL$b, that determines who can see the note (if it is set).",
- "$bmax-length$b is the maximum length for this kind of note.",
- "If the note type already exists, it is modified with the new values you specify.",
- "$uSee Also:$u delnote");
- "DELNOTE" ("/msg $O DELNOTE <typename> [FORCE]",
- "Permanently deletes a note type. Without the argument $bFORCE$b, it will only delete an unused note type. With the argument $bFORCE$b, it will delete the note from all channels and then delete the note type.",
- "$uSee Also:$u addnote");
"GAG" ("/msg $O GAG <mask> <duration> <reason>",
"Sets a complete services-wide ignore on all users matching the provided mask. All services will completely ignore all private messages or notices from gagged users, who are only notified when a gag goes into effect, or they sign onto the network. Gags have no effect on opers, and as a safety feature, only affect the first 250 matching users. The gag will automatically expire after $b<duration>$b (or last forever if that is zero).",
--- 378,381 ----
|