[srvx-commits] CVS: services/src chanserv.help,1.51,1.52
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-08-07 13:08:09
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv6456/src Modified Files: chanserv.help Log Message: remove LAST help entry add DELETEME help entry Index: chanserv.help =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.help,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -r1.51 -r1.52 *** chanserv.help 17 Jun 2003 23:51:38 -0000 1.51 --- chanserv.help 7 Aug 2003 13:08:06 -0000 1.52 *************** *** 19,22 **** --- 19,23 ---- " ADDUSER Give another person access in a channel.", " DELUSER Remove a person's access from a channel.", + " DELETEME Remove your own access from a channel.", " MDELCOOWNER Remove coowners with accounts matching a mask.", " MDELMASTER masters with accounts matching a mask.", *************** *** 81,85 **** " SAY Have $C say a message in a channel.", " EMOTE Equivalent to $C doing a /me in a channel.", - " LAST View a list of all commands recently executed.", " GOD Turn security override on/off.", " EXPIRE Automatically unregister old channels.", --- 82,85 ---- *************** *** 162,166 **** "Deletes a user from the channel user list.", "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).", ! "$uSee Also:$u adduser, users"); "DEOP" ("/msg $C DEOP <#channel> <nick> [nick]...", "Deops the specified user[s].", --- 162,170 ---- "Deletes a user from the channel user list.", "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).", ! "$uSee Also:$u adduser, deleteme, users"); ! "DELETEME" ("/msg $c DELETEME <#channel> [<secret>]", ! "If you have less than owner access in a channel, $bdeleteme$b removes your access from the channel. $bIf you do this by mistake, you must find a higher-ranked user to re-add you.$b", ! "The secret value changes for each channel and each user. If you do not include the secret value, ChanServ will tell you what it should be.", ! "$uSee Also:$u adduser, deluser, giveownership, users"); "DEOP" ("/msg $C DEOP <#channel> <nick> [nick]...", "Deops the specified user[s].", *************** *** 206,213 **** "Kicks and bans with the specified reason any users with a matching nick or hostmask. If no reason is provided, a default one will be used.", "$bSee Also:$b addban, kick"); - "LAST" ("/msg $C LAST [limit [pattern]]", - "Displays a list of recent events for $ball$b channels. If a pattern is provided, only matching log entries will be displayed.", - "$bNote:$b You must specify a limit if you want to use a pattern to match against.", - "$bSee Also:$b events"); "MDELCOOWNER" ("/msg $C MDELCOOWNER <#channel> <pattern>", "Deletes all coowners with accounts matching the given pattern from the channel user list.", --- 210,213 ---- |