Update of /cvsroot/srvx/services/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31154/src
Modified Files:
opserv.help
Log Message:
clarify messages about trusts (specifically, they are now IPs, not hosts)
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** opserv.help 19 Oct 2003 15:32:51 -0000 1.68
--- opserv.help 2 Jan 2004 01:58:12 -0000 1.69
***************
*** 31,36 ****
"Adds the specified alert to the $b$O$b alert list.",
"$uSee Also:$u delalert, alert reaction, trace criteria");
! "ADDTRUST" ("/msg $O ADDTRUST <host> <number> <duration> <reason>",
! "Allows the specified host to have the specified amount of clones before being removed (rather than the usual limit).",
"You may use 0 as the duration if you do not wish the trust to ever expire.",
"$uSee Also:$u deltrust, stats trusted");
--- 31,36 ----
"Adds the specified alert to the $b$O$b alert list.",
"$uSee Also:$u delalert, alert reaction, trace criteria");
! "ADDTRUST" ("/msg $O ADDTRUST <ip> <number> <duration> <reason>",
! "Allows the specified IP address to have the specified amount of clones before being removed (rather than the usual limit).",
"You may use 0 as the duration if you do not wish the trust to ever expire.",
"$uSee Also:$u deltrust, stats trusted");
***************
*** 44,49 ****
"Remove the specified alerts from the $b$O$b alert list.",
"$uSee Also:$u addalert, stats");
! "DELTRUST" ("/msg $O DELTRUST <host>",
! "Deletes a trusted host from $b$O's$b trusted hosts list. A trusted host is exempted from normal client limits. A list of currently trusted hosts is displayed by $bstats trusted$b.",
"$uSee Also:$u addtrust, stats");
"INVITEME" ("/msg $o INVITEME [nick]",
--- 44,49 ----
"Remove the specified alerts from the $b$O$b alert list.",
"$uSee Also:$u addalert, stats");
! "DELTRUST" ("/msg $O DELTRUST <ip>",
! "Deletes a trusted IP from $b$O's$b trusted hosts list. A trusted IP address is exempted from normal client limits. A list of currently trusted IPs is displayed by $bstats trusted$b.",
"$uSee Also:$u addtrust, stats");
"INVITEME" ("/msg $o INVITEME [nick]",
***************
*** 413,417 ****
"$bRESERVED$b: The list of currently reserved nicks.",
"$bTIMEQ$b: The number of events in the timeq, and how long until the next one.",
! "$bTRUSTED$b: The list of currently trusted hosts.",
"$bUPTIME$b: Srvx uptime, lines processed, and CPU time.",
"$bWARN$b: The list of channels with activity warnings.",
--- 413,417 ----
"$bRESERVED$b: The list of currently reserved nicks.",
"$bTIMEQ$b: The number of events in the timeq, and how long until the next one.",
! "$bTRUSTED$b: The list of currently trusted IPs.",
"$bUPTIME$b: Srvx uptime, lines processed, and CPU time.",
"$bWARN$b: The list of channels with activity warnings.",
|