Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv19224/src
Modified Files:
chanserv.help opserv.help
Log Message:
Fix some errors in the help file entries for trim and dump.
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** chanserv.help 23 Jul 2002 18:47:40 -0000 1.34
--- chanserv.help 24 Jul 2002 23:58:50 -0000 1.35
***************
*** 669,673 ****
"TRIM" ("$bTRIM$b",
"/msg $C TRIM <#channel> <target> <duration>",
! "${command/TOPIC/access}",
"The trim command removes target objects inactive for more than a certain duration from a channel. The target must be a channel access level, \"users\", or \"bans\". The duration argument specifies the amount of time the target has been inactive for to be removed.",
"$uSee Also:$u durations");
--- 669,673 ----
"TRIM" ("$bTRIM$b",
"/msg $C TRIM <#channel> <target> <duration>",
! "${command/TRIM/access}",
"The trim command removes target objects inactive for more than a certain duration from a channel. The target must be a channel access level, \"users\", or \"bans\". The duration argument specifies the amount of time the target has been inactive for to be removed.",
"$uSee Also:$u durations");
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** opserv.help 7 Jul 2002 19:20:02 -0000 1.43
--- opserv.help 24 Jul 2002 23:58:50 -0000 1.44
***************
*** 532,536 ****
"DUMP" ("$bDUMP$b",
"/msg $O DUMP <raw line>",
! "Dumps a raw server message into the stream. Unlike $braw$b, $bdump$b checks line syntax before sending it, making it much safer to use then $braw$b. If $bdump$b detects a syntax error in the line, it is not sent. It is $bHIGHLY$b suggested that you use $bdump$b instead of $braw$b.",
"$uSee Also:$u raw");
"HELP" ("$bHELP$b",
--- 532,536 ----
"DUMP" ("$bDUMP$b",
"/msg $O DUMP <raw line>",
! "Dumps a raw server message into the stream. Unlike $braw$b, $bdump$b checks line syntax before sending it, making it much safer to use then $braw$b. If $bdump$b detects a syntax error in the line, it is not sent. It is $bHIGHLY$b recommended that you use $bdump$b instead of $braw$b.",
"$uSee Also:$u raw");
"HELP" ("$bHELP$b",
***************
*** 539,543 ****
"RAW" ("$bRAW$b",
"/msg $O RAW <raw line>",
! "Dumps a raw server message into the stream. Unlike $bdump$b, $braw$b does $bNOT$b check line syntax before sending it, making $braw$b dangerous. It will however, after the line is sent, warn of a parse error if there is a problem with the line. It is $bHIGHLY$b suggested that $bdump$b be used instead of $braw$b because it is much safer.",
"$uSee Also:$u dump");
"STATS" ("$bSTATS$b",
--- 539,543 ----
"RAW" ("$bRAW$b",
"/msg $O RAW <raw line>",
! "Dumps a raw server message into the stream. Unlike $bdump$b, $braw$b does $bNOT$b check line syntax before sending it, making $braw$b dangerous. It will however, after the line is sent, warn of a parse error if there is a problem with the line. It is $bHIGHLY$b recommended that $bdump$b be used instead of $braw$b because it is much safer.",
"$uSee Also:$u dump");
"STATS" ("$bSTATS$b",
|