Help @Channel

From Serenity : The Wiki
Jump to: navigation, search

help @channel

 @CHANNEL
 @channel/list [<channel-prefix>]
 @channel/what [<channel-prefix>]
 @channel/on <channel>[=<player>]
 @channel/off <channel>[=<player>]

 The basic form of this command allows you to see the available
 channels, and join or leave a channel. You do not need to type the
 complete name of the channel, only as many letters as needed to make
 it distinct from other channels.

 Wizards may add and remove other players from channels by providing
 a player name as a second argument.

 Channels may be restricted in who can join them and/or speak on
 them. @channel/list will show you the channel's name, number of users,
 number of message since last restart, access information, and your
 status. See "help channel-list" for an explanation of how to read
 the listing.

 @channel/what will show you the channel's name, access information,
 and a description of the channel's purpose.

 More commands are provided in "help @channel2".  See also: chat
 
 
 @CHANNEL2
 @channel/who <channel>
 @channel/hide <channel> = <yes|no>
 @channel/title <channel> = <string>

 The @channel/who command shows you who is currently on a channel,
 if you are permitted to see it.

 Some channels allow their users to hide from the @channel/who list.
 If you're on such a channel and are permitted to hide, you can
 use @channel/hide <channel>=yes to hide yourself, and
 @channel/hide <channel>=no to reappear.

 @channel/title lets you set a title to appear before your name
 when you speak on the channel. If you leave the channel, your
 title is cleared; use @channel/gag instead (see help @channel3).
 You should escape any commas in your title with backslashes.

 See "help @channel3" for more.
 
 
 @CHANNEL3
 @channel/mute <channel> = <yes|no>
 @channel/gag <channel> = <yes|no>
 @channel/recall <channel> [ = <lines>[,<start line>] ]

 Some channels broadcast messages when players connect or disconnect from
 the MUSH. If you don't want to hear those messages, use @channel/mute
 <channel>=yes. To resume hearing the messages, use @channel/mute
 <channel>=no or @channel/unmute <channel>. Leave out <channel>
 to mute or unmute all channels.

 If you want to remain on a channel but not receive any messages
 on the channel, use @channel/gag <channel>=yes. To resume hearing,
 use @channel/gag <channel>=no (or @channel/ungag <channel>). When
 you disconnect, the channel will be automatically ungagged for you.
 Leave out <channel> to gag or ungag all channels.  If the channel does
 not have the "open" priv, you can not speak on it while you are gagged.

 @channel/recall shows you the most recent messages on the channel;
 the number of messages depends on how the channel is configured, but
 can be limited by specifying <lines> to show and a <start line> to start
 display from. You must be on a channel to recall from it.

 See "help @channel4" for more.
 
 
 @CHANNEL4
 @channel/add <channel> [= <priv>]
 @channel/delete <channel>
 @channel/desc <channel> = <desc>
 @channel/rename <channel> = <new name>

 @channel/add creates a new channel. On some MUSHes, any player
 can create a new channel, though there will be a cost associated
 with creation (see @config chat). Possible <priv> specifications:
 * "player" - players may use the channel
 * "object" - objects may use the channel
 * "admin" - only royalty/wizards/chat_privs may use the channel
 * "wizard" - only wizards may use the channel
 * "quiet" - channel will not show connection messages
 * "open" - you may speak even if you aren't listening to the channel
 * "hide_ok" - you may hide from the channel who list.
 * "notitles" - chantitles are not displayed in channel messages.
 * "nonames" - player names are not displayed in channel messages.
 * "nocemit" - @cemit is prohibited on the channel.
 * "interact" - Interaction rules (defined in local.c) are applied to 
   the channel
 Specifications may be combined, space-separated. Default is determined
 by the 'channel_flags' @config option, or 'player' if not set.

 @channel/delete removes a channel. You must own it or be Wizard.
 @channel/desc sets the channel's description, shown on @channel/what.
   Descriptions are limited to 256 characters.
 @channel/rename is used to rename a channel.

 See "help @channel5" for more. See also "help @clock".
 
 
 @CHANNEL5
 @channel/priv <channel> = <new priv level>
 @channel/wipe <channel>
 @channel/buffer <channel> = <lines>
 @channel/decompile[/brief] <channel>
 @channel/chown <channel> = <new owner>

 The "priv" switch sets the channel's access privileges to those specified.
 The "wipe" switch clears a channel of players without deleting it.
 The "buffer" switch sets the maximum number of full-length lines that
 the channel will buffer for @chan/recall. Many more shorter lines may
 actually be buffered. Setting it to 0 turns off buffering.

 The "decompile" and "chown" switches can only be used by Wizards.
 @channel/decompile produces a decompile of matching channels. If the
 /brief switch is included, players on the channel aren't listed.
 @channel/chown allows a Wizard to change the owner of a channel.