Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22837/src
Modified Files:
opserv.help
Log Message:
update opserv.help to reflect new ?log search criteria
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** opserv.help 8 Jul 2003 03:41:57 -0000 1.59
--- opserv.help 12 Jul 2003 01:43:18 -0000 1.60
***************
*** 309,314 ****
"Controls what goes into logs and searches them.",
" LOG [${level/log}]",
- " LOGINFO [${level/loginfo}]",
- " MODLOG [${level/modlog}]",
" REOPEN [${level/reopen}]");
"LOG" ("/msg $O LOG <criteria> <value> [<criteria> <value>]...",
--- 309,312 ----
***************
*** 316,341 ****
"LOG CRITERIA" ("$bLOG CRITERIA$b",
"Criteria and values for $blog$b (a search with $blog$b must match all specified items):",
! "$bSEVERITY$b -",
! " $bINFO$b: Displays info log.",
! " $bWARNING$b: Displays warning log.",
! " $bERROR$b: Displays error log.",
! " $bOTHER$b: Displays other logs.",
! "$bTYPE$b -",
! " $bMAIN$b: Displays main log.",
! " $bDEBUG$b: Displays debug log.",
! " $bCHANSERV$b: Displays $b$C$b log.",
! " $bOPSERV$b: Displays $b$O$b log.",
! " $bNICKSERV$b: Displays $b$N$b log.",
! " $bGLOBAL$b: Displays $b$G$b log.",
! " $bPROXYCHECK$b: Displays proxycheck log.",
! "$bTEXT$b: Displays results that match the value of $btext$b.",
! "$bLIMIT$b: Limits results printed by $b$O$b to that of the value of $blimit$b.");
! "LOGINFO" ("/msg $O LOGINFO <log>",
! "Shows the currently logged severity levels for $blog$b, which is one of the logs listed in $bhelp log criteria$b.",
! "$uSee Also:$u MODLOG");
! "MODLOG" ("/msg $O MODLOG <log> <level-modifiers>",
! "Modifies the set of severity levels logged for the specified log file. See $bhelp log criteria$b for the list of logs and severity levels.",
! "$blevel-modifiers$b is of the form $b+error-info$b; that example will enable error-level logging and disable info-level logging.",
! "$uSee Also:$u LOGINFO");
"REOPEN" ("/msg $O REOPEN",
"Close and re-open all the log files.",
--- 314,326 ----
"LOG CRITERIA" ("$bLOG CRITERIA$b",
"Criteria and values for $blog$b (a search with $blog$b must match all specified items):",
! "$bBOT$b - A service bot's name (for example, $O).",
! "$bCHANNEL$b - The channel where a command was issued (accepts wildcards).",
! "$bNICK$b - The nickname issuing the command (accepts wildcards).",
! "$bACCOUNT$b - The account of the user who issued the command (accepts wildcards).",
! "$bHOSTMASK$b - The ident@host of the user who issued the command (accepts wildcards).",
! "$bAGE$b - Age of commands to find (for example, 1m or >3m).",
! "$bLIMIT$b - Maximum number of results to show.",
! "$bLEVEL$b - One of COMMAND, OVERRIDE, STAFF or *, to return only some results.",
! "$bTYPE$b - Name of module that generated log (see $bSTATS MODULES$b).");
"REOPEN" ("/msg $O REOPEN",
"Close and re-open all the log files.",
|