[srvx-commits] CVS: services/src chanserv.help,1.54,1.55
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-11-21 13:20:16
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv23314/src Modified Files: chanserv.help Log Message: fix typo in "topic" help entry Index: chanserv.help =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.help,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -r1.54 -r1.55 *** chanserv.help 18 Oct 2003 15:52:21 -0000 1.54 --- chanserv.help 21 Nov 2003 13:20:12 -0000 1.55 *************** *** 437,441 **** "$uSee Also:$u unsuspend, deluser"); "TOPIC" ("/msg $C TOPIC <#channel> [topic]", ! "Sets the current topic for the specified channel. If no topic is specified, thenset the current topic to the default topic."); "TRIM" ("/msg $C TRIM <#channel> <target> <duration>", "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.", --- 437,441 ---- "$uSee Also:$u unsuspend, deluser"); "TOPIC" ("/msg $C TOPIC <#channel> [topic]", ! "Sets the current topic for the specified channel. If no topic is specified, then set the current topic to the default topic."); "TRIM" ("/msg $C TRIM <#channel> <target> <duration>", "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.", |