[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 use the name of a account directly (useful if the user is not online).",
"$uSee Also:$u addowner, mdelowner, users, wlist");
! "DELPEON" ("/msg $C DELPEON <#channel> <nick|*account>",
"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" ("/msg $C DELUSER <#channel> <nick|*account>",
"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].",
"$uSee Also:$u down, op");
! "DEVOICE" ("/msg $C DEVOICE <#channel> <nick> [nick]...",
"This command will make $C devoice the selected user[s].",
"$uSee Also:$u addpeon, delpeon, deop, voice");
! "DOWN" ("/msg $C DOWN <#channel>",
"This command will devoice/deop you in the selected channel.",
"$uSee Also:$u downall, up, upall");
! "DOWNALL" ("/msg $C DOWNALL",
"Executes the $bdown$b command for each channel you have access to.",
"$uSee Also:$u down, up, upall");
! "DURATIONS" ("[<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" ("/msg $C EMOTE <#channel> <text>",
"Makes $b$C$b send a CTCP ACTION message to the specified channel.",
"$uSee Also:$u say");
! "EVENTS" ("/msg $C EVENTS <#channel> [limit [pattern]]",
"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" ("/msg $C EXPIRE",
"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");
! "HELPERS" ("/msg $C HELPERS",
"Lists all the helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u staff");
! "INFO" ("/msg $C INFO <#channel>",
"This command responds with various pieces of information about a channel's users, status, and registration.");
! "INVITE" ("/msg $C INVITE <#channel> [nick [reason]]",
"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" ("/msg $C IRCOPS",
"Lists all the IRC operators currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u staff");
! "KICK" ("/msg $C KICK <#channel> <mask|nick> [reason]",
"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" ("/msg $C KICKBAN <#channel> <mask|nick> [reason]",
"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.",
"$bSee Also:$b clist, delcoowner");
! "MDELMASTER" ("/msg $C MDELMASTER <#channel> <pattern>",
"Deletes all masters with accounts matching the given pattern from the channel user list.",
"$bSee Also:$b mdelban, mdelcoowner, mdelop, mdelowner, mdelpeon");
! "MDELOP" ("/msg $C MDELOP <#channel> <pattern>",
"Deletes all ops with accounts matching the given pattern from the channel user list.");
! "MDELOWNER" ("/msg $C MDELOWNER <#channel> <pattern>",
"Deletes all owners with accounts matching the given pattern from the channel user list.",
"$uSee Also:$u addowner, mdelcoowner, mdelmaster, mdelop, mdelpeon");
! "MDELPEON" ("/msg $C MDELPEON <#channel> <pattern>",
"Deletes all peons with accounts matching the given pattern from the channel user list.",
"$uSee Also:$u addpeon, mdelcoowner, mdelmaster, mdelop");
! "MERGE" ("/msg $C MERGE <#channel> <destination>",
"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" ("/msg $C MLIST <#channel>",
"This command lists all users of level $bMaster$b on a channel's userlist.",
"$uSee Also:$u addmaster, delmaster, mdelmaster, users");
! "MODE" ("/msg $C MODE <#channel>",
"Resets the modes in the channel to their default.",
"$uSee Also:$u open, set");
! "MOVE" ("/msg $C MOVE <#channel> <destination>",
"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" ("/msg $C NETINFO",
"Displays some assorted pieces of information about network-wide $b$C$b statistics.",
"$uSee Also:$u info, staff");
! "NOREGISTER" ("/msg $C NOREGISTER <#channel|*Account> <reason>",
"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" ("/msg $C NOTE <#channel> [<type> [new-note-text]]",
"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).",
***************
*** 415,457 ****
"${notes}",
"$uSee Also:$u note, delnote");
! "OLIST" ("$bOLIST$b",
! "/msg $C OLIST <#channel> ",
! "${command/OLIST/access}",
"This command lists all users of level $bOp$b on a channel's userlist.",
"$uSee Also:$u addop, delop, mdelop, users");
! "OP" ("$bOP$b",
! "/msg $C OP <#channel> <nick> [nick]...",
! "${command/OP/access}",
"This command makes $C op the specified user.",
"$uSee Also:$u addop, delop, deop");
! "OPCHAN" ("$bOPCHAN$b",
! "/msg $C OPCHAN <#channel>",
! "${command/OPCHAN/access}",
"This command makes $C op itself in the specified channel.");
! "OPEN" ("$bOPEN$b",
! "/msg $C OPEN <#channel> ",
! "${command/OPEN/access}",
"This command will make $C remove all modes preventing a user from the specified channel, and remove all bans matching the users hostmask.",
"$uSee Also:$u unbanme");
! "PEEK" ("$bPEEK$b",
! "/msg $C PEEK <#channel> ",
! "${command/PEEK/access}",
"Displays the current topic, modes, and ops of the specified channel. Unlike $binfo$b, $bpeek$b displays channel information unrelated to $b$C$b.",
"$uSee Also:$u info");
! "PLIST" ("$bPLIST$b",
! "/msg $C PLIST <#channel> ",
! "${command/PLIST/access}",
"This command lists all users of level $bPeon$b on a channel's userlist.",
"$uSee Also:$u addpeon, delpeon, mdelpeon, users");
! "REGISTER" ("$bREGISTER$b",
! "/msg $C REGISTER <#channel> [user|*account] [force]",
! "${command/REGISTER/access}",
"Registers a channel with $b$C$b, automatically granting owner access to the specified user. If no user is provided, $b$C$b gives owner access to the user executing the command.",
"If the registrar is on the network staff and provides the third argument, $bforce$b, it will allow a do-not-register channel to be registered anyway.",
"In addition, $bregister$b will only allow one user to own a certain number of channels without the $bforce$b argument.",
"$uSee Also:$u addowner, noregister, unregister");
! "SAY" ("$bSAY$b",
! "/msg $C SAY <#channel> <text>",
! "${command/SAY/access}",
"Makes $b$C$b send a message to the specified channel.",
"$uSee Also:$u emote");
--- 279,305 ----
"${notes}",
"$uSee Also:$u note, delnote");
! "OLIST" ("/msg $C OLIST <#channel>",
"This command lists all users of level $bOp$b on a channel's userlist.",
"$uSee Also:$u addop, delop, mdelop, users");
! "OP" ("/msg $C OP <#channel> <nick> [nick]...",
"This command makes $C op the specified user.",
"$uSee Also:$u addop, delop, deop");
! "OPCHAN" ("/msg $C OPCHAN <#channel>",
"This command makes $C op itself in the specified channel.");
! "OPEN" ("/msg $C OPEN <#channel>",
"This command will make $C remove all modes preventing a user from the specified channel, and remove all bans matching the users hostmask.",
"$uSee Also:$u unbanme");
! "PEEK" ("/msg $C PEEK <#channel>",
"Displays the current topic, modes, and ops of the specified channel. Unlike $binfo$b, $bpeek$b displays channel information unrelated to $b$C$b.",
"$uSee Also:$u info");
! "PLIST" ("/msg $C PLIST <#channel>",
"This command lists all users of level $bPeon$b on a channel's userlist.",
"$uSee Also:$u addpeon, delpeon, mdelpeon, users");
! "REGISTER" ("/msg $C REGISTER <#channel> [user|*account] [force]",
"Registers a channel with $b$C$b, automatically granting owner access to the specified user. If no user is provided, $b$C$b gives owner access to the user executing the command.",
"If the registrar is on the network staff and provides the third argument, $bforce$b, it will allow a do-not-register channel to be registered anyway.",
"In addition, $bregister$b will only allow one user to own a certain number of channels without the $bforce$b argument.",
"$uSee Also:$u addowner, noregister, unregister");
! "SAY" ("/msg $C SAY <#channel> <text>",
"Makes $b$C$b send a message to the specified channel.",
"$uSee Also:$u emote");
***************
*** 471,487 ****
" COUNT Prints the number of matching channels",
"$uSee Also:$u search, search criteria");
! "SEARCH" ("$bSEARCH$b",
! "/msg $C SEARCH <action> <criteria> <value> [<criteria> <value>]...",
! "${command/SEARCH/access}",
"Searches for channels which match the specified criteria. For a list of search actions, see $bsearch actions$b. For a list of the criteria, see $bsearch criteria$b.",
"$uSee Also:$u search actions, search criteria");
! "SEEN" ("$bSEEN$b",
! "/msg $C SEEN <#channel> <account>",
! "${command/SEEN/access}",
"This command will tell you if the selected user is in the channel, or when was the last time the user was seen in the channel.",
"$uSee Also:$u access, users");
! "SET" ("$bSET$b",
! "/msg $C SET <#channel> [<parameter> [setting]]",
! "${command/SET/access}",
"This command will set various channel options. With no arguments, it will show the current values of all channel options.",
"DEFAULTTOPIC: The channel's default topic.",
--- 319,329 ----
" COUNT Prints the number of matching channels",
"$uSee Also:$u search, search criteria");
! "SEARCH" ("/msg $C SEARCH <action> <criteria> <value> [<criteria> <value>]...",
"Searches for channels which match the specified criteria. For a list of search actions, see $bsearch actions$b. For a list of the criteria, see $bsearch criteria$b.",
"$uSee Also:$u search actions, search criteria");
! "SEEN" ("/msg $C SEEN <#channel> <account>",
"This command will tell you if the selected user is in the channel, or when was the last time the user was seen in the channel.",
"$uSee Also:$u access, users");
! "SET" ("/msg $C SET <#channel> [<parameter> [setting]]",
"This command will set various channel options. With no arguments, it will show the current values of all channel options.",
"DEFAULTTOPIC: The channel's default topic.",
***************
*** 623,723 ****
"$b3$b Long timed ban (defaults to 1 hour) on disallowed CTCPs.",
"$uSee Also:$u set, set ctcpusers");
! "SETINFO" ("$bSETINFO$b",
! "/msg $C SETINFO <#channel> <info>",
! "${command/SETINFO/access}",
"This command will set a user defined information message to be displayed when you join the channel. By setting the message to '*', you will clear your message.",
"$uSee Also:$u access");
! "STAFF" ("$bSTAFF$b",
! "/msg $C STAFF ",
! "${command/STAFF/access}",
"Lists all the IRC operators and helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u helpers, ircops, netinfo");
! "SUSPEND" ("$bSUSPEND$b",
! "/msg $C SUSPEND <#channel> <nick|*account>",
! "${command/SUSPEND/access}",
"This disables the target's access to the channel. That access can be restored using the unsuspend command.",
"$uSee Also:$u unsuspend, deluser");
! "SWITCH" ("$bSWITCH$b",
! "/msg $C SWITCH <#channel> [user]",
! "${command/SWITCH/access}",
"Transitions a channel from X2 to $b$C$b control. The user (if not specified, defaults to whoever issued the command) must be authenticated with X2 as the channel owner to use this command. The channel will be registered and $b$C$b will recognize that user as the owner of the channel. $bNothing else will be transferred: other users, bans, and channel settings will be lost.$b",
"This option is only available if transition support was enabled during srvx configuration.",
"$uSee Also:$u register");
! "TOGOP" ("$bTOGOP$b",
! "/msg $C TOGOP <#channel> [on|off]",
! "${command/TOGOP/access}",
"Sets whether $C will op you when you join the channel. If you say $btogop on$b or $btogop off$b, it will be set that; if you just say $btogop$b, it will change it from on to off or vice versa.");
! "TOPIC" ("$bTOPIC$b",
! "/msg $C TOPIC <#channel> [topic]",
! "${command/TOPIC/access}",
"Sets the current topic for the specified channel. If no topic is specified, thenset the current topic to the default topic.");
! "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");
! "UNBAN" ("$bUNBAN$b",
! "/msg $C UNBAN <#channel> <mask|nick>",
! "${command/UNBAN/access}",
"Unbans the specified nick or hostmask. If a nick is given, $b$C$b determines what hostmask(s) to unban.",
"$bSee Also:$b ban, kick, kickban");
! "UNBANALL" ("$bUNBANALL$b",
! "/msg $C UNBANALL <#channel> ",
! "${command/UNBANALL/access}",
"Clears the specified channel's banlist. If the channel is omitted, then $bunbanall$b will be done in the channel where the command was given.",
"$bSee Also:$b ban, unban, unbanme");
! "UNBANME" ("$bUNBANME$b",
! "/msg $C UNBANME <#channel> ",
! "${command/UNBANME/access}",
"Unbans your hostmask from the specified channel.",
"$bSee Also:$b ban, unban");
! "UNREGISTER" ("$bUNREGISTER$b",
! "/msg $C UNREGISTER <#channel> ",
! "${command/UNREGISTER/access}",
"Unregisters a channel that is registered with $b$C$b. $bIMPORTANT$b: Once the channel is unregistered, the userlist $bcannot$b be recovered.",
"If you are not network staff, you must add $bCONFIRM$b to the end of your line to confirm channel unregistration.",
"$bSee Also:$b register");
! "UNSUSPEND" ("$bUNSUSPEND$b",
! "/msg $C UNSUSPEND <#channel> <nick|*account>",
! "${command/UNSUSPEND/access}",
"This restores the target's access to the channel (after it has been suspended).",
"$uSee Also:$u suspend, deluser");
! "UNVISITED" ("$bUNVISITED$b",
! "/msg $C UNVISITED [duration] [limit]",
! "${command/UNVISITED/access}",
"Displays up to a certain limit, all channels registered with $b$C$b that have not been visited within a certain duration. If a duration is not provided, a default will be used.",
"$bSee Also:$b expire, search, durations");
! "UP" ("$bUP$b",
! "/msg $C UP <#channel> ",
! "${command/UP/access}",
"For a peon, this will cause $b$C$b to voice the user executing the command. For anyone of level op on higher on the userlist, this will cause $b$C$b to op the user executing the command.");
! "UPALL" ("$bUPALL$b",
! "/msg $C UPALL ",
! "${command/UPALL/access}",
"Executes the $bup$b command for each channel you have access in.",
"$uSee Also:$u up, down, downall");
! "USERS" ("$bUSERS$b",
! "/msg $C USERS <#channel> ",
! "${command/USERS/access}",
"Displays the userlist for the specified channel.",
"$uSee Also:$u clist, mlist, olist, plist, wlist");
! "VERSION" ("$bVERSION$b",
! "/msg $C VERSION ",
! "${command/VERSION/access}",
"Sends you the srvx version and some additional version information that is specific to $b$C$b.");
! "VOICE" ("$bVOICE$b",
! "/msg $C VOICE <#channel> <nick> [nick]...",
! "${command/VOICE/access}",
"Voices the specified nick in the specified channel. If the channel is omitted, then $bvoice$b will be done in the channel where the command was given.",
"$uSee Also:$u devoice");
! "WLIST" ("$bWLIST$b",
! "/msg $C WLIST <#channel> ",
! "${command/WLIST/access}",
"This command lists all users of level $bOwner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
- "WRITE" ("$bWRITE$b",
- "/msg $C WRITE ",
- "${command/WRITE/access}",
- "Forces $C to write its database to disk immediately.");
"I'VE FALLEN AND I CAN'T GET UP" ("$bHelp, I've fallen and I can't get up$b!",
--- 465,523 ----
"$b3$b Long timed ban (defaults to 1 hour) on disallowed CTCPs.",
"$uSee Also:$u set, set ctcpusers");
! "SETINFO" ("/msg $C SETINFO <#channel> <info>",
"This command will set a user defined information message to be displayed when you join the channel. By setting the message to '*', you will clear your message.",
"$uSee Also:$u access");
! "STAFF" ("/msg $C STAFF",
"Lists all the IRC operators and helpers currently online. Nicknames enclosed in parentheses are away, and likely unavailable.",
"$uSee Also:$u helpers, ircops, netinfo");
! "SUSPEND" ("/msg $C SUSPEND <#channel> <nick|*account>",
"This disables the target's access to the channel. That access can be restored using the unsuspend command.",
"$uSee Also:$u unsuspend, deluser");
! "SWITCH" ("/msg $C SWITCH <#channel> [user]",
"Transitions a channel from X2 to $b$C$b control. The user (if not specified, defaults to whoever issued the command) must be authenticated with X2 as the channel owner to use this command. The channel will be registered and $b$C$b will recognize that user as the owner of the channel. $bNothing else will be transferred: other users, bans, and channel settings will be lost.$b",
"This option is only available if transition support was enabled during srvx configuration.",
"$uSee Also:$u register");
! "TOGOP" ("/msg $C TOGOP <#channel> [on|off]",
"Sets whether $C will op you when you join the channel. If you say $btogop on$b or $btogop off$b, it will be set that; if you just say $btogop$b, it will change it from on to off or vice versa.");
! "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.",
"$uSee Also:$u durations");
! "UNBAN" ("/msg $C UNBAN <#channel> <mask|nick>",
"Unbans the specified nick or hostmask. If a nick is given, $b$C$b determines what hostmask(s) to unban.",
"$bSee Also:$b ban, kick, kickban");
! "UNBANALL" ("/msg $C UNBANALL <#channel>",
"Clears the specified channel's banlist. If the channel is omitted, then $bunbanall$b will be done in the channel where the command was given.",
"$bSee Also:$b ban, unban, unbanme");
! "UNBANME" ("/msg $C UNBANME <#channel>",
"Unbans your hostmask from the specified channel.",
"$bSee Also:$b ban, unban");
! "UNREGISTER" ("/msg $C UNREGISTER <#channel>",
"Unregisters a channel that is registered with $b$C$b. $bIMPORTANT$b: Once the channel is unregistered, the userlist $bcannot$b be recovered.",
"If you are not network staff, you must add $bCONFIRM$b to the end of your line to confirm channel unregistration.",
"$bSee Also:$b register");
! "UNSUSPEND" ("/msg $C UNSUSPEND <#channel> <nick|*account>",
"This restores the target's access to the channel (after it has been suspended).",
"$uSee Also:$u suspend, deluser");
! "UNVISITED" ("/msg $C UNVISITED [duration] [limit]",
"Displays up to a certain limit, all channels registered with $b$C$b that have not been visited within a certain duration. If a duration is not provided, a default will be used.",
"$bSee Also:$b expire, search, durations");
! "UP" ("/msg $C UP <#channel>",
"For a peon, this will cause $b$C$b to voice the user executing the command. For anyone of level op on higher on the userlist, this will cause $b$C$b to op the user executing the command.");
! "UPALL" ("/msg $C UPALL",
"Executes the $bup$b command for each channel you have access in.",
"$uSee Also:$u up, down, downall");
! "USERS" ("/msg $C USERS <#channel>",
"Displays the userlist for the specified channel.",
"$uSee Also:$u clist, mlist, olist, plist, wlist");
! "VERSION" ("/msg $C VERSION",
"Sends you the srvx version and some additional version information that is specific to $b$C$b.");
! "VOICE" ("/msg $C VOICE <#channel> <nick> [nick]...",
"Voices the specified nick in the specified channel. If the channel is omitted, then $bvoice$b will be done in the channel where the command was given.",
"$uSee Also:$u devoice");
! "WLIST" ("/msg $C WLIST <#channel>",
"This command lists all users of level $bOwner$b on a channel's userlist.",
"$uSee Also:$u addcoowner, delcoowner, mdelcoowner, users");
"I'VE FALLEN AND I CAN'T GET UP" ("$bHelp, I've fallen and I can't get up$b!",
Index: global.help
===================================================================
RCS file: /cvsroot/srvx/services/src/global.help,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** global.help 30 Jul 2002 02:15:11 -0000 1.10
--- global.help 7 Sep 2002 02:31:33 -0000 1.11
***************
*** 9,31 ****
" LIST Displays active messages.",
" REMOVE Removes a message.");
! "LIST" ("$bLIST$b",
! "/msg $G LIST ",
"Displays all active messages and information pertaining to them, such as the target, message ID, expiration time, and who the message is from.",
"$uSee Also:$u message, messages, remove");
! "MESSAGE" ("$bMESSAGE$b",
! "/msg $G MESSAGE [<options> <value>] text <message>",
"Adds a notice to the $b$G$b database. Messages are sent to users as they enter the network or the target class. $bMessage$b takes several options, which must be preceded by the name of the option being used. Options include:",
"$bTARGET$b: Controls the recipients of the message. This option may be used multiple times. See the $bTARGET$b help entry for details.",
"$bDURATION$b: This option sets the length of time for which the message is valid. After this time, the message will be deleted from the $b$G$b database.",
"$uSee Also:$u list, messages, remove, target");
! "MESSAGES" ("$bMESSAGES$b",
! "/msg $G MESSAGES ",
"Sends you all messages addressed to your user class.");
! "NOTICE" ("$bNOTICE$b",
! "/msg $G NOTICE <target> <message>",
"Immediately sends a notice to a specific target. See $btarget$b for a list of targets.",
"$uSee Also:$u target");
! "REMOVE" ("$bREMOVE$b",
! "/msg $G REMOVE <message id>",
"Remove a message before it expires. The message ID can be found in the message you received when using $bsend$b to first add the message, or by using $blist$b.",
"$uSee Also:$u list, message");
--- 9,26 ----
" LIST Displays active messages.",
" REMOVE Removes a message.");
! "LIST" ("/msg $G LIST",
"Displays all active messages and information pertaining to them, such as the target, message ID, expiration time, and who the message is from.",
"$uSee Also:$u message, messages, remove");
! "MESSAGE" ("/msg $G MESSAGE [<options> <value>] text <message>",
"Adds a notice to the $b$G$b database. Messages are sent to users as they enter the network or the target class. $bMessage$b takes several options, which must be preceded by the name of the option being used. Options include:",
"$bTARGET$b: Controls the recipients of the message. This option may be used multiple times. See the $bTARGET$b help entry for details.",
"$bDURATION$b: This option sets the length of time for which the message is valid. After this time, the message will be deleted from the $b$G$b database.",
"$uSee Also:$u list, messages, remove, target");
! "MESSAGES" ("/msg $G MESSAGES",
"Sends you all messages addressed to your user class.");
! "NOTICE" ("/msg $G NOTICE <target> <message>",
"Immediately sends a notice to a specific target. See $btarget$b for a list of targets.",
"$uSee Also:$u target");
! "REMOVE" ("/msg $G REMOVE <message id>",
"Remove a message before it expires. The message ID can be found in the message you received when using $bsend$b to first add the message, or by using $blist$b.",
"$uSee Also:$u list, message");
***************
*** 38,46 ****
"$bCHANNELS$b: The message will be sent to all channels.",
"$bALL$b: A combination of USERS and CHANNELS.");
! "VERSION" ("$bVERSION$b",
! "/msg $G VERSION ",
"$bVERSION$b causes $b$G$b to to send you the srvx version and some additional version information that is specific to $b$G$b.");
- "WRITE" ("$bWRITE$b",
- "/msg $G WRITE ",
- "Writes the $b$G$b database to disk.");
-
--- 33,36 ----
"$bCHANNELS$b: The message will be sent to all channels.",
"$bALL$b: A combination of USERS and CHANNELS.");
! "VERSION" ("/msg $G VERSION",
"$bVERSION$b causes $b$G$b to to send you the srvx version and some additional version information that is specific to $b$G$b.");
Index: modcmd.help
===================================================================
RCS file: /cvsroot/srvx/services/src/modcmd.help,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modcmd.help 5 Aug 2002 03:22:19 -0000 1.2
--- modcmd.help 7 Sep 2002 02:31:33 -0000 1.3
***************
*** 8,11 ****
--- 8,13 ----
"(A command binding is very similar to an alias, but only pays the speed penalty for alias expansion when there are additional arguments in the binding.)",
"$uSee also:$u unbind");
+ "god" ("/msg $C GOD [on|off]",
+ "Toggles security override, which grants you complete access to all channels. Please use carefully.");
"help" (...
[truncated message content] |