[srvx-commits] CVS: services/src chanserv.help,1.26.2.1,1.26.2.2 opserv.help,1.37,1.37.2.1
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-07-24 23:58:54
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv19239/src
Modified Files:
Tag: rel-1_1-branch
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.26.2.1
retrieving revision 1.26.2.2
diff -C2 -r1.26.2.1 -r1.26.2.2
*** chanserv.help 23 Jul 2002 18:42:19 -0000 1.26.2.1
--- chanserv.help 24 Jul 2002 23:58:51 -0000 1.26.2.2
***************
*** 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.37
retrieving revision 1.37.2.1
diff -C2 -r1.37 -r1.37.2.1
*** opserv.help 21 May 2002 05:01:38 -0000 1.37
--- opserv.help 24 Jul 2002 23:58:51 -0000 1.37.2.1
***************
*** 495,499 ****
"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",
--- 495,499 ----
"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",
|