[srvx-commits] CVS: services/src opserv.help,1.40,1.41
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-03 02:57:43
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv4469/src
Modified Files:
opserv.help
Log Message:
document ?addexempt and ?delexempt, remove documentation for ?addbad ... except ...
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** opserv.help 2 Jul 2002 01:25:02 -0000 1.40
--- opserv.help 3 Jul 2002 02:57:40 -0000 1.41
***************
*** 117,139 ****
"CHANNEL REACTIONS" ("$bCHANNEL REACTION COMMANDS$b",
"\"Bad-word\" channels are for assisting in enforcement of network policies (such as disallowing \"warez\" channels). \"Warning\" channels are for channels which may be abused when they are present, but should be allowed otherwise.",
! " ADDBAD [${level/addbad}]",
! " DELBAD [${level/delbad}]",
! " UNWARN [${level/unwarn}]",
! " WARN [${level/warn}]");
"ADDBAD" ("$bADDBAD$b",
! "/msg $O ADDBAD <word> [except #<channel1> ...]",
"Adds a bad word to $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
! "With the $bexcept$b clause, you can list channels which are not considered bad, even though they match the bad word. (You can also add exceptions to a currently existing bad word with this command.) If a channel matches two or more different \"bad words\", it must be listed in the exceptions for $uall$u, or $O will treat it as bad.",
! "$uSee Also:$u delbad, stats");
"DELBAD" ("$bDELBAD$b",
"/msg $O DELBAD <keyword>",
"Deletes a bad word from $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
! "$uSee Also:$u addbad, stats");
"UNWARN" ("$bUNWARN$b",
! "/msg $O UNWARN <channel>",
"Deletes the activity warning for a channel.",
"$uSee Also:$u warn, stats warn");
"WARN" ("$bWARN$b",
! "/msg $O WARN <channel> [reason]",
"Adds an activity warning for the channel.",
"$uSee Also:$u unwarn, stats warn");
--- 117,150 ----
"CHANNEL REACTIONS" ("$bCHANNEL REACTION COMMANDS$b",
"\"Bad-word\" channels are for assisting in enforcement of network policies (such as disallowing \"warez\" channels). \"Warning\" channels are for channels which may be abused when they are present, but should be allowed otherwise.",
! " ADDBAD [${level/addbad}]",
! " ADDEXEMPT [${level/addexempt}]",
! " DELBAD [${level/delbad}]",
! " DELEXEMPT [${level/delexmpt}]",
! " UNWARN [${level/unwarn}]",
! " WARN [${level/warn}]");
"ADDBAD" ("$bADDBAD$b",
! "/msg $O ADDBAD <word>",
"Adds a bad word to $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
! "$uSee Also:$u addexempt, delbad, stats");
! "ADDEXEMPT" ("$bADDEXEMPT$b",
! "/msg $O ADDEXEMPT <#channel>",
! "Adds a channel to $O's \"exempt\" list. These channels (and only these channels) are never considered to contain prohibited words. Note that you $bmust$b specify the whole channel name, and may not use wildcards.",
! "For example, if you have added $ufree$u to the bad-word list, you could add $u#FreeBSD$u to the exempt list, and anyone could join #FreeBSD. Users joining #FreeBSDISOz would be kickbanned by $O.",
! "The current exempt list is displayed with the current bad-words in $bstats bad$b.",
! "$uSee Also:$u addbad, delexempt, stats");
"DELBAD" ("$bDELBAD$b",
"/msg $O DELBAD <keyword>",
"Deletes a bad word from $b$O's$b bad word list. Bad words make any channel that has a bad word anywhere in a channel's name illegal. A list of current bad words can be displayed by $bstats bad$b.",
! "$uSee Also:$u addbad, delexempt, stats");
! "DELEXEMPT" ("$bDELEXEMPT$b",
! "/msg $O DELEXEMPT <#channel>",
! "Removes a channel from $O's bad-word-exempt channel list.",
! "$uSee Also:$u addexempt, delbad, stats");
"UNWARN" ("$bUNWARN$b",
! "/msg $O UNWARN <#channel>",
"Deletes the activity warning for a channel.",
"$uSee Also:$u warn, stats warn");
"WARN" ("$bWARN$b",
! "/msg $O WARN <#channel> [reason]",
"Adds an activity warning for the channel.",
"$uSee Also:$u unwarn, stats warn");
***************
*** 519,523 ****
"$bALIASES$b: List of aliases (optional argument: service name).",
"$bALERTS$b: The list of current \"alerts\".",
! "$bBAD$b: Current list of bad words.",
"$bGAGS$b: The list of current gags.",
"$bGLINES$b: Reports the current number of glines.",
--- 530,534 ----
"$bALIASES$b: List of aliases (optional argument: service name).",
"$bALERTS$b: The list of current \"alerts\".",
! "$bBAD$b: Current list of bad words and exempted channels.",
"$bGAGS$b: The list of current gags.",
"$bGLINES$b: Reports the current number of glines.",
|