Thread: [srvx-commits] CVS: services/src chanserv.help,1.38,1.39 global.help,1.10,1.11 modcmd.help,1.2,1.3 o
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-07 02:31:36
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv13292/src
Modified Files:
chanserv.help global.help modcmd.help opserv.help
sockcheck.help
Log Message:
remove $bCMDNAME$B that is already sent by modcmd
remove documentation for commands that moved elsewhere
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** chanserv.help 5 Aug 2002 03:22:19 -0000 1.38
--- chanserv.help 7 Sep 2002 02:31:33 -0000 1.39
***************
*** 86,90 ****
" CUNSUSPEND Restore $C to a channel that was suspended.",
" UNVISITED List all channels that have not been visited in specified duration.",
- " WRITE Write out all $C data to disk.",
" MERGE Merges a source and target channels' registration, users, bans, and other data into the target channel.",
" MOVE Transition one channel's registration to a new channel name.",
--- 86,89 ----
***************
*** 99,411 ****
" MDELOWNER Remove multiple owners by account mask from a channel."
);
! "ACCESS" ("$bACCESS$b",
! "/msg $C ACCESS <#channel> <nick|*account>",
! "${command/ACCESS/access}",
"Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick or account is provided, $C returns your own information.",
"If no channel is provided, $C lists your infolines in all registered channels.",
"$uSee Also:$u users");
! "ADDBAN" ("$bADDBAN$b",
! "/msg $C ADDBAN <#channel> <mask|nick> [Reason]",
! "${command/ADDBAN/access}",
"Adds a ban to the channels permanent ban list, remaining in effect until removed with the DELBAN command. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended into a permanent ban.",
"$uSee Also:$u bans, delban, mdelban");
! "ADDCOOWNER" ("$bADDCOOWNER$b",
! "/msg $C ADDCOOWNER <#channel> <nick|*account>",
! "${command/ADDCOOWNER/access}",
"Adds a coowner to 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 clist, delcoowner, mdelcoowner, users");
! "ADDMASTER" ("$bADDMASTER$b",
! "/msg $C ADDMASTER <#channel> <nick|*account>",
! "${command/ADDMASTER/access}",
"This command adds a master to the user list of the channel.",
"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 delcoowner, mdelcoowner, mlist, users");
! "ADDOP" ("$bADDOP$b",
! "/msg $C ADDOP <#channel> <nick|*account>",
! "${command/ADDOP/access}",
"This command adds an op to the user list of the channel.",
"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 delop, mdelop, olist, users");
! "ADDOWNER" ("$bADDOWNER$b",
! "/msg $C ADDOWNER <#channel> <nick|*account>",
! "${command/ADDOWNER/access}",
"This command adds an owner to the user list of the channel.",
"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 delowner, mdelowner, users, wlist");
! "ADDPEON" ("$bADDPEON$b",
! "/msg $C ADDPEON <#channel> <nick|*account>",
! "${command/ADDPEON/access}",
"This command adds a peon to the user list of the channel.",
"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 delpeon, mdelpeon, plist, users");
! "ADDUSER" ("$bADDUSER$b",
! "/msg $C ADDUSER <#channel> <level> <nick|*account>",
! "${command/ADDUSER/access}",
"This command adds someone to the channel user list with the specified access level. (You may only add users to levels less than your own.)",
"The level may be one of $bpeon$b, $bop$b, $bmaster$b, $bcoowner$b or $bowner$b (only network staff may add owners).",
"$uSee Also:$u deluser, users");
! "ADDTIMEDBAN" ("$bADDTIMEDBAN$b",
! "/msg $C ADDTIMEDBAN <#channel> <mask|nick> <Duration> [Reason]",
! "${command/ADDTIMEDBAN/access}",
"Adds an automatically expiring ban to the channel ban list. This command behaves in the exact same fashion as ADDBAN with the exception that the bans are automatically removed after the user-supplied duration. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended. Timed bans can be removed with the DELBAN command, as with permanent bans.",
"$uSee Also:$u addban, bans, delban, durations");
! "ALLOWREGISTER" ("$bALLOWREGISTER$b",
! "/msg $C ALLOWREGISTER <#channel|*Account>",
! "${command/ALLOWREGISTER/access}",
"Removes the named channel (or channel mask) from the do-not-register list.",
"$uSee Also:$u register, noregister, unregister");
! "BAN" ("$bBAN$b",
! "/msg $C BAN <#channel> <mask|nick>",
! "${command/BAN/access}",
"This command will temporarily add a ban for the user specified as the parameter. Masks are to be supplied in the format <Nick>!<Ident>@<Host> and usually contain wildcards. If a nick is specified, a mask is automatically generated (though not completely foolproof). This ban is removed either by removing it from the channel ban list using any irc client, or sending the UNBAN or UNBANALL commands. If you are banned with this method, the UNBANME command can be used.",
"$uFor assistance, please join to #support$u",
"Example: *!*serv@*.gamesnet.net would ban anyone with ident 'serv' and a gamesnet.net hostname from joining the channel.",
"$uSee Also:$u unban, unbanall, unbanme");
! "BANS" ("$bBANS$b",
! "/msg $C BANS <#channel> ",
! "${command/BANS/access}",
"This command lists all permanent and timed bans in the channel.",
"$uSee Also:$u addban, delban, mdelban");
! "CLIST" ("$bCLIST$b",
! "/msg $C CLIST <#channel> ",
! "${command/CLIST/access}",
"This command lists all users of level $bCoowner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
! "CLVL" ("$bCLVL$b",
! "/msg $C CLVL <#channel> <nick|*account> <level>",
! "${command/CLVL/access}",
"Modifies a channel user's access level. You cannot give users access greater than or equal to your own.",
"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 access, users, giveownership");
! "GIVEOWNERSHIP" ("$bGIVEOWNERSHIP$b",
! "/msg $C GIVEOWNERSHIP <#channel> <nick|*account>",
! "${command/GIVEOWNERSHIP/access}",
"Transfer ownership of the channel from you to another user on the channel's userlist. You are demoted to co-owner, and they are promoted to owner.",
"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 clvl, access, users");
! "COMMAND" ("$bCOMMAND$b",
! "/msg $C COMMAND <command> [<setting> <value>]",
! "${command/COMMAND/access}",
! "Displays some information about a command, including its aliases, access restrictions and usage count.",
! "The optional <setting> and <value> may be provided by an IRC operator. See $bcommand settings$b for the possible settings and values.",
! "$uSee Also:$u command settings");
! "COMMAND SETTINGS" ("$bCOMMAND SETTINGS$b",
! "/msg $C COMMAND <command> <setting> <value>",
! "You must be an IRC Operator to use this command.",
! "The valid settings are:",
! "$bflags$b Command flags (see below)",
! "$bweight$b Command weight (for flood control); a floating-point number.",
! "$baccess$b Access level necessary to use this command (from peon to owner)",
! "The flags are a bitwise combination of the following settings: ",
! "$b 1$b Command disabled",
! "$b 2$b User must be authenticated with $N (Locked)",
! "$b 4$b User must provide an existing channel name (Locked)",
! "$b 8$b Named channel must be registered (Locked)",
! "$b 16$b User must be on channel userlist (Locked)",
! "$b 32$b User must be helping or an IRC Operator",
! "$b 64$b User must be an IRC Operator",
! "$b128$b Command may be used in-channel even without PubCmd allowed",
! "$b256$b Do not log command usage (usually for read-only commands)",
! "$b512$b User must be a helper",
! "$b1024$b Command may be used in a suspended channel",
! "$b2048$b Command is a \"toy\" and subject to restrictions on such (Locked)",
! "$b4096$b Command can only be used if user can join the channel (on userlist, or not +i or +k)",
! "As a side note, the bits with values 8 and 16 are not useful by themselves. For example, channels that may only be used by users on a channel's userlist usually have bits 2, 4, 8 and 16 set (flags 30). Furthermore, the flags noted as \"Locked\" above cannot be turned off; they will be re-enabled silently if you try to turn them off.");
! "CSUSPEND" ("$bCSUSPEND$b",
! "/msg $C CSUSPEND <#channel> <duration> <reason>",
! "${command/CSUSPEND/access}",
"This command will temporarily remove $b$C$b from a channel and suspend its registration.",
"The duration may be \"0\" to make it never expire; otherwise, $C will automatically unsuspend the channel after $uduration$u.",
"$uSee Also:$u unregister, cunsuspend, durations");
! "CUNSUSPEND" ("$bCUNSUSPEND$b",
! "/msg $C CUNSUSPEND <#channel> ",
! "${command/CUNSUSPEND/access}",
"Restores a channel's $b$C$b registration.",
"$bSee Also:$b csuspend, unregister");
! "DELBAN" ("$bDELBAN$b",
! "/msg $C DELBAN <#channel> <mask|nick>",
! "${command/DELBAN/access}",
"Deletes a ban from the channel ban list. This command works for both permanent and timed bans alike.",
"$uSee Also:$u addban, addtimedban, bans");
! "DELCOOWNER" ("$bDELCOOWNER$b",
! "/msg $C DELCOOWNER <#channel> <nick|*account>",
! "${command/DELCOOWNER/access}",
"Deletes a coowner 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 addcoowner, clist, mdelcoowner, users");
! "DELMASTER" ("$bDELMASTER$b",
! "/msg $C DELMASTER <#channel> <nick|*account>",
! "${command/DELMASTER/access}",
"Deletes a master 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 addmaster, mdelmaster, mlist, users");
! "DELNOTE" ("$bDELNOTE$b",
! "/msg $C DELNOTE <#channel> <note-name>",
! "${command/DELNOTE/access}",
"Deletes a note from the channel. To do this, you must be able to set the note.",
"$uSee Also:$u note, note types");
! "DELOP" ("$bDELOP$b",
! "/msg $C DELOP <#channel> <nick|*account>",
! "${command/DELOP/access}",
"Deletes an op 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 addop, mdelop, olist, users");
! "DELOWNER" ("$bDELOWNER$b",
! "/msg $C DELOWNER <#channel> <nick|*account>",
! "${command/DELOWNER/access}",
"Deletes an owner 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 addowner, mdelowner, users, wlist");
! "DELPEON" ("$bDELPEON$b",
! "/msg $C DELPEON <#channel> <nick|*account>",
! "${command/DELPEON/access}",
"Deletes a peon 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 addpeon, mdelpeon, users, plist");
! "DELUSER" ("$bDELUSER$b",
! "/msg $C DELUSER <#channel> <nick|*account>",
! "${command/DELUSER/access}",
"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" ("$bDEOP$b",
! "/msg $C DEOP <#channel> <nick> [nick]...",
! "${command/DEOP/access}",
"Deops the specified user[s].",
"$uSee Also:$u down, op");
! "DEVOICE" ("$bDEVOICE$b",
! "/msg $C DEVOICE <#channel> <nick> [nick]...",
! "${command/DEVOICE/access}",
"This command will make $C devoice the selected user[s].",
"$uSee Also:$u addpeon, delpeon, deop, voice");
! "DOWN" ("$bDOWN$b",
! "/msg $C DOWN <#channel> ",
! "${command/DOWN/access}",
"This command will devoice/deop you in the selected channel.",
"$uSee Also:$u downall, up, upall");
! "DOWNALL" ("$bDOWNALL$b",
! "/msg $C DOWNALL ",
! "${command/DOWNALL/access}",
"Executes the $bdown$b command for each channel you have access to.",
"$uSee Also:$u down, up, upall");
! "DURATIONS" ("$bDURATIONS$b",
! "[<n>y][<n>M][<n>w][<n>d][<n>h][<n>m][<n>[s]]",
"There is a standard syntax for durations that let you easily specify longer periods of time. A duration consists of one or more \"duration parts\", which are sequences of digits, separated by duration letters.",
"The valid duration letters are $by$b (for year, or 365 days), $bM$b (for month, or 31 days), $bw$b (for week, or 7 days), $bd$b (for day, or 24 hours), $bh$b (for hour, or 60 minutes), $bm$b (for minute, or 60 seconds), and $bs$b (for second). We know not all years are 365 days and not all months are 31 days, but we pretend they are for parsing durations.",
"If the last duration part does not have any letter to indicate the units, seconds are assumed.",
"$uExamples$u: 1y1M is 365 days plus 31 days; 1y1m is 365 days plus 1 minute; 1h30m45 is ninety minutes and forty-five seconds; and so forth.");
! "EMOTE" ("$bEMOTE$b",
! "/msg $C EMOTE <#channel> <text>",
! "${command/EMOTE/access}",
"Makes $b$C$b send a CTCP ACTION message to the specified channel.",
"$uSee Also:$u say");
! "EVENTS" ("$bEVENTS$b",
! "/msg $C EVENTS <#channel> [limit [pattern]]",
! "${command/EVENTS/access}",
"Allows channel coowners to view a list of events related to their channel. If a pattern is provided, only events with a matching description will be displayed.",
"$bNote:$b You must specify a limit if you want to use a pattern to match against.",
"$uSee Also:$u last");
! "EXPIRE" ("$bEXPIRE$b",
! "/msg $C EXPIRE ",
! "${command/EXPIRE/access}",
"Expires any channels that have not been visited within the configured duration. Channel registrations are automatically expired, so you only need to use this command if the duration has been changed.",
"$uSee Also:$u unvisited");
! "GOD" ("$bGOD$b",
! "/msg $C GOD [on|off]",
! "${command/GOD/access}",
! "Toggles security override, which grants you complete access to all channels. Please use carefully.");
! "HELPERS" ("$bHELPERS$b",
! "/msg $C HELPERS ",
! "${command/HELPERS/access}",
"Lists all the helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u staff");
! "INFO" ("$bINFO$b",
! "/msg $C INFO <#channel> ",
! "${command/INFO/access}",
"This command responds with various pieces of information about a channel's users, status, and registration.");
! "INVITE" ("$bINVITE$b",
! "/msg $C INVITE <#channel> [nick [reason]]",
! "${command/INVITE/access}",
"Invites a user into the channel, sending them a reason if one is provided. However, unless you have at least $bmaster$b access, you can only invite yourself with this command. If no nick is provided, the user issuing the command will be invited.");
! "IRCOPS" ("IRCOPS",
! "/msg $C IRCOPS ",
! "${command/IRCOPS/access}",
"Lists all the IRC operators currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u staff");
! "KICK" ("$bKICK$b",
! "/msg $C KICK <#channel> <mask|nick> [reason]",
! "${command/KICK/access}",
"Kicks the users matching the given nick or mask with the specified reason. If no reason is provided, a default will be used.",
"$bSee Also:$b kickban");
! "KICKBAN" ("$bKICKBAN$b",
! "/msg $C KICKBAN <#channel> <mask|nick> [reason]",
! "${command/KICKBAN/access}",
"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" ("$bLAST$b",
! "/msg $C LAST [limit [pattern]]",
! "${command/LAST/access}",
"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" ("$bMDELCOOWNER$b",
! "/msg $C MDELCOOWNER <#channel> <pattern>",
! "${command/MDELCOOWNER/access}",
"Deletes all coowners with accounts matching the given pattern from the channel user list.",
"$bSee Also:$b clist, delcoowner");
! "MDELMASTER" ("$bMDELMASTER$b",
! "/msg $C MDELMASTER <#channel> <pattern>",
! "${command/MDELMASTER/access}",
"Deletes all masters with accounts matching the given pattern from the channel user list.",
"$bSee Also:$b mdelban, mdelcoowner, mdelop, mdelowner, mdelpeon");
! "MDELOP" ("$bMDELOP$b",
! "/msg $C MDELOP <#channel> <pattern>",
! "${command/MDELOP/access}",
"Deletes all ops with accounts matching the given pattern from the channel user list.");
! "MDELOWNER" ("$bMDELOWNER$b",
! "/msg $C MDELOWNER <#channel> <pattern>",
! "${command/MDELOWNER/access}",
"Deletes all owners with accounts matching the given pattern from the channel user list.",
"$uSee Also:$u addowner, mdelcoowner, mdelmaster, mdelop, mdelpeon");
! "MDELPEON" ("$bMDELPEON$b",
! "/msg $C MDELPEON <#channel> <pattern>",
! "${command/MDELPEON/access}",
"Deletes all peons with accounts matching the given pattern from the channel user list.",
"$uSee Also:$u addpeon, mdelcoowner, mdelmaster, mdelop");
! "MERGE" ("$bMERGE$b",
! "/msg $C MERGE <#channel> <destination>",
! "${command/MERGE/access}",
"Merges the source channel's registration, users, bans, and other data into the target channel. Users with access to both the source and target channels will retain the higher access level; if the access levels are the same, the more recent seen time is kept. Bans are also merged, with bans expiring later taking precedence.",
"$uSee Also:$u register, move, unregister");
! "MLIST" ("$bMLIST$b",
! "/msg $C MLIST <#channel> ",
! "${command/MLIST/access}",
"This command lists all users of level $bMaster$b on a channel's userlist.",
"$uSee Also:$u addmaster, delmaster, mdelmaster, users");
! "MODE" ("$bMODE$b",
! "/msg $C MODE <#channel> ",
! "${command/MODE/access}",
"Resets the modes in the channel to their default.",
"$uSee Also:$u open, set");
! "MOVE" ("$bMOVE$b",
! "/msg $C MOVE <#channel> <destination>",
! "${command/MOVE/access}",
"Transfers a channel's registration to a different channel along with the settings and user/ban lists. All the restrictions that apply for the $bregister$b command apply to $bmove$b.",
"$uSee Also:$u register, merge, unregister");
! "NETINFO" ("$bNETINFO$b",
! "/msg $C NETINFO ",
! "${command/NETINFO/access}",
"Displays some assorted pieces of information about network-wide $b$C$b statistics.",
"$uSee Also:$u info, staff");
! "NOREGISTER" ("$bNOREGISTER$b",
! "/msg $C NOREGISTER <#channel|*Account> <reason>",
! "${command/NOREGISTER/access}",
"With no arguments, lists the current do-not-register channels.",
"With arguments, adds a do-not-register channel (or account) with the specified reason. In this case, the channel name may include * or ? wildcards.",
"$uSee Also:$u allowregister, register, unregister");
! "NOTE" ("$bNOTE$b",
! "/msg $C NOTE <#channel> [<type> [new-note-text]]",
! "${command/NOTE/access}",
"With no arguments, lists all visible notes on the specified channel.",
"With one argument, lists the note type you name (if it is visible to you).",
--- 98,275 ----
" MDELOWNER Remove multiple owners by account mask from a channel."
);
! "ACCESS" ("/msg $C ACCESS <#channel> <nick|*account>",
"Reports various pieces of information about a channel user, including channel and network access level, and the user's info line. If no nick or account is provided, $C returns your own information.",
"If no channel is provided, $C lists your infolines in all registered channels.",
"$uSee Also:$u users");
! "ADDBAN" ("/msg $C ADDBAN <#channel> <mask|nick> [Reason]",
"Adds a ban to the channels permanent ban list, remaining in effect until removed with the DELBAN command. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended into a permanent ban.",
"$uSee Also:$u bans, delban, mdelban");
! "ADDCOOWNER" ("/msg $C ADDCOOWNER <#channel> <nick|*account>",
"Adds a coowner to 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 clist, delcoowner, mdelcoowner, users");
! "ADDMASTER" ("/msg $C ADDMASTER <#channel> <nick|*account>",
"This command adds a master to the user list of the channel.",
"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 delcoowner, mdelcoowner, mlist, users");
! "ADDOP" ("/msg $C ADDOP <#channel> <nick|*account>",
"This command adds an op to the user list of the channel.",
"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 delop, mdelop, olist, users");
! "ADDOWNER" ("/msg $C ADDOWNER <#channel> <nick|*account>",
"This command adds an owner to the user list of the channel.",
"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 delowner, mdelowner, users, wlist");
! "ADDPEON" ("/msg $C ADDPEON <#channel> <nick|*account>",
"This command adds a peon to the user list of the channel.",
"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 delpeon, mdelpeon, plist, users");
! "ADDUSER" ("/msg $C ADDUSER <#channel> <level> <nick|*account>",
"This command adds someone to the channel user list with the specified access level. (You may only add users to levels less than your own.)",
"The level may be one of $bpeon$b, $bop$b, $bmaster$b, $bcoowner$b or $bowner$b (only network staff may add owners).",
"$uSee Also:$u deluser, users");
! "ADDTIMEDBAN" ("/msg $C ADDTIMEDBAN <#channel> <mask|nick> <Duration> [Reason]",
"Adds an automatically expiring ban to the channel ban list. This command behaves in the exact same fashion as ADDBAN with the exception that the bans are automatically removed after the user-supplied duration. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended. Timed bans can be removed with the DELBAN command, as with permanent bans.",
"$uSee Also:$u addban, bans, delban, durations");
! "ALLOWREGISTER" ("/msg $C ALLOWREGISTER <#channel|*Account>",
"Removes the named channel (or channel mask) from the do-not-register list.",
"$uSee Also:$u register, noregister, unregister");
! "BAN" ("/msg $C BAN <#channel> <mask|nick>",
"This command will temporarily add a ban for the user specified as the parameter. Masks are to be supplied in the format <Nick>!<Ident>@<Host> and usually contain wildcards. If a nick is specified, a mask is automatically generated (though not completely foolproof). This ban is removed either by removing it from the channel ban list using any irc client, or sending the UNBAN or UNBANALL commands. If you are banned with this method, the UNBANME command can be used.",
"$uFor assistance, please join to #support$u",
"Example: *!*serv@*.gamesnet.net would ban anyone with ident 'serv' and a gamesnet.net hostname from joining the channel.",
"$uSee Also:$u unban, unbanall, unbanme");
! "BANS" ("/msg $C BANS <#channel>",
"This command lists all permanent and timed bans in the channel.",
"$uSee Also:$u addban, delban, mdelban");
! "CLIST" ("/msg $C CLIST <#channel>",
"This command lists all users of level $bCoowner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
! "CLVL" ("/msg $C CLVL <#channel> <nick|*account> <level>",
"Modifies a channel user's access level. You cannot give users access greater than or equal to your own.",
"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 access, users, giveownership");
! "GIVEOWNERSHIP" ("/msg $C GIVEOWNERSHIP <#channel> <nick|*account>",
"Transfer ownership of the channel from you to another user on the channel's userlist. You are demoted to co-owner, and they are promoted to owner.",
"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 clvl, access, users");
! "CSUSPEND" ("/msg $C CSUSPEND <#channel> <duration> <reason>",
"This command will temporarily remove $b$C$b from a channel and suspend its registration.",
"The duration may be \"0\" to make it never expire; otherwise, $C will automatically unsuspend the channel after $uduration$u.",
"$uSee Also:$u unregister, cunsuspend, durations");
! "CUNSUSPEND" ("/msg $C CUNSUSPEND <#channel>",
"Restores a channel's $b$C$b registration.",
"$bSee Also:$b csuspend, unregister");
! "DELBAN" ("/msg $C DELBAN <#channel> <mask|nick>",
"Deletes a ban from the channel ban list. This command works for both permanent and timed bans alike.",
"$uSee Also:$u addban, addtimedban, bans");
! "DELCOOWNER" ("/msg $C DELCOOWNER <#channel> <nick|*account>",
"Deletes a coowner 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 addcoowner, clist, mdelcoowner, users");
! "DELMASTER" ("/msg $C DELMASTER <#channel> <nick|*account>",
"Deletes a master 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 addmaster, mdelmaster, mlist, users");
! "DELNOTE" ("/msg $C DELNOTE <#channel> <note-name>",
"Deletes a note from the channel. To do this, you must be able to set the note.",
"$uSee Also:$u note, note types");
! "DELOP" ("/msg $C DELOP <#channel> <nick|*account>",
"Deletes an op 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 addop, mdelop, olist, users");
! "DELOWNER" ("/msg $C DELOWNER <#channel> <nick|*account>",
"Deletes an owner from the channel user list.",
"You may use *Account instead of Nick as the name argument; the * makes $C us...
[truncated message content] |