[srvx-commits] CVS: services/src chanserv.help,1.43,1.44
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-11-14 02:21:16
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv820/src
Modified Files:
chanserv.help
Log Message:
document the createnote, removenote commands
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** chanserv.help 5 Nov 2002 03:08:38 -0000 1.43
--- chanserv.help 14 Nov 2002 02:21:13 -0000 1.44
***************
*** 135,138 ****
--- 135,147 ----
"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:",
+ " $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 removenote");
"CSUSPEND" ("/msg $C CSUSPEND <#channel> <duration> <reason>",
"This command will temporarily remove $b$C$b from a channel and suspend its registration.",
***************
*** 262,265 ****
--- 271,277 ----
"In addition, $bregister$b will only allow one user to own a certain number of channels without the $bforce$b argument.",
"$uSee Also:$u addowner, noregister, unregister");
+ "REMOVENOTE" ("/msg $S REMOVENOTE <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 createnote");
"SAY" ("/msg $C SAY <#channel> <text>",
"Makes $b$C$b send a message to the specified channel.",
|