[srvx-commits] CVS: services/src global.help,1.11,1.12 opserv.help,1.49,1.50 sendmail.help,1.1,1.2
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-18 14:55:09
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv4983/src
Modified Files:
global.help opserv.help sendmail.help
Log Message:
add (back) some things that were left out of help files
Index: global.help
===================================================================
RCS file: /cvsroot/srvx/services/src/global.help,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** global.help 7 Sep 2002 02:31:33 -0000 1.11
--- global.help 18 Sep 2002 14:55:05 -0000 1.12
***************
*** 28,31 ****
--- 28,32 ----
"$bTarget$b is used as a sub-command in many commands. It's values are:",
"$bUSERS$b: The message will be sent to all users on the network including opers and helpers, but not channels.",
+ "$bANNOUNCEMENT$b: The message will be sent to all users who are configured to receive community announcements.",
"$bHELPERS$b: The message will be sent to helpers only.",
"$bOPERS$b: The message will be sent to opers only.",
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** opserv.help 7 Sep 2002 02:31:33 -0000 1.49
--- opserv.help 18 Sep 2002 14:55:05 -0000 1.50
***************
*** 386,398 ****
"SERVICES" ("$bSERVICES COMMANDS$b",
"These commands control how other services behave.",
! " ADDNOTE [${level/addnote}]",
! " ALIAS [${level/alias}]",
! " DELNOTE [${level/delnote}]",
! " GAG [${level/gag}]",
! " HELPSERV [${level/helpserv}]",
! " QUERY [${level/query}]",
! " SET [${level/set}]",
! " UNALIAS [${level/unalias}]",
! " 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:",
--- 386,400 ----
"SERVICES" ("$bSERVICES COMMANDS$b",
"These commands control how other services behave.",
! " ADDNOTE [${level/addnote}]",
! " ALIAS [${level/alias}]",
! " BANEMAIL [${level/banemail}]",
! " DELNOTE [${level/delnote}]",
! " GAG [${level/gag}]",
! " HELPSERV [${level/helpserv}]",
! " QUERY [${level/query}]",
! " SET [${level/set}]",
! " UNALIAS [${level/unalias}]",
! " UNBANEMAIL [${level/unbanemail}]",
! " 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:",
Index: sendmail.help
===================================================================
RCS file: /cvsroot/srvx/services/src/sendmail.help,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** sendmail.help 15 Aug 2002 02:49:26 -0000 1.1
--- sendmail.help 18 Sep 2002 14:55:06 -0000 1.2
***************
*** 2,7 ****
"Keeps srvx from sending mail to the address. The address may be a real address, or a glob that uses * and ? wildcards.",
"This also prevents anyone from using matching addresses as their account email address.",
! "$uSee Also:$u unbanemail");
"UNBANEMAIL" ("/msg $S UNBANEMAIL <address>",
"Removes an email address (or glob) from the banned email address list.",
! "$uSee Also:$u banemail");
--- 2,7 ----
"Keeps srvx from sending mail to the address. The address may be a real address, or a glob that uses * and ? wildcards.",
"This also prevents anyone from using matching addresses as their account email address.",
! "$uSee Also:$u unbanemail, stats email");
"UNBANEMAIL" ("/msg $S UNBANEMAIL <address>",
"Removes an email address (or glob) from the banned email address list.",
! "$uSee Also:$u banemail, stats email");
|