Difference between revisions of "Channel"

From StickMUD
Jump to navigation Jump to search
(Create Channel)
 
Line 154: Line 154:
  
 
== See Also ==
 
== See Also ==
[[gch]], [[mort]], [[ooc]], [[rsay]], [[say]], [[set]], [[shout]], [[tell]], [[whisper]], and [[yell]]
+
[[command]], [[gch]], [[mort]], [[ooc]], [[rsay]], [[say]], [[set]], [[shout]], [[stick]], [[tell]], [[whisper]], and [[yell]]

Revision as of 09:55, 5 July 2021

channel - Command for all game communication channels.

Description

Listen, send and change preferences for the game's global communication system.

  • Since this is a game played by people from all over the world we ask that you speak in english on all channels except those that are designated as a special language channels like suomi (Finnish), svenska (Swedish), espanol (Spanish).
  • Some channels are devoted to specific topics like 'sports'. For lengthy conversations about a topic where there is a channel for it, please move the conversation over to that channel.
  • Clan channels always start with &. The leader of the clan is automatically the channel admin. The clan channel (and its log) remains as long as the clan exists.
  • Private channels can be created by anyone and always start with @. The one who created the private channel is automatically the channel admin. The private channel (and its log) remains as long as there is one person invited to it. When the last person performs a channel <channel name> leave on the channel, the private channel and its history is deleted forever. Any private channel name deemed offensive will be removed immediately. Unlike public/guild channels, coders are not automatically on any private or clan channels unless specifically invited or joined by some other means.
Syntax
Command Description
channel List channels available to you.
channel all off Toggle all channels on.
channel all on
channel list List channels available to you.
channel list [<type>] List channels by type available to you. Types: all, public, guild, private, clan.
channel check Update your list of available channels.
channel <channel_name> admin Show the channel admins.
<channel_name_or_macro> -admin
channel <channel_name> guests Show who is invited to the channel.
<channel_name_or_macro> -guests
channel <channel_name> hist Show the latest discussion on the channel.
<channel_name_or_macro> -hist
channel <channel_name> leave Leave the channel if invited to it.
<channel_name_or_macro> -leave
channel <channel_name> list Show who is on the channel.
<channel_name_or_macro> -list
channel <channel_name> more Browse the channel log.
<channel_name_or_macro> -more
channel <channel_name> off Toggle channel off.
<channel_name_or_macro> -off
channel <channel_name> on Toggle channel on.
<channel_name_or_macro> -on
channel <channel_name> send Show who is on the channel.
<channel_name_or_macro> -send
channel <channel_name> send [<message>] Send message to the channel.
<channel_name_or_macro> -send [<message>]
channel <channel_name> send :[<emote>] Send emote to the channel.
<channel_name_or_macro> -send :[<emote>]
<channel_name_or_macro> -emote [<emote>]
channel <channel_name> toggle Toggle channel on or off.
<channel_name_or_macro> -toggle
channel <channel_name> who Show who is on the channel.
<channel_name_or_macro> -who
channel @<channel_name> create Create a private channel @<channel_name>.
channel <channel_name> admin <player> Grants player channel admin status. For channel admins only.
<channel_name_or_macro> -admin <player>
channel <channel_name> ban <player> Bans player from channel. For channel admins only.
<channel_name_or_macro> -ban <player>
channel <channel_name> invite <player> Invites player to join the channel. For channel admins only.
<channel_name_or_macro> -invite <player>
channel <channel_name> radmin <player> Revokes channel admin from player. For channel admins only.
<channel_name_or_macro> -radmin <player>
channel <channel_name> unban <player> Removes bans from player from channel. For channel admins only.
<channel_name_or_macro> -unban <player>
channel <channel_name> uninvite <player> Removes invite from player to join channel. For channel admins only.
<channel_name_or_macro> -uninvite <player>

Examples

Try these:

stick
stick hi
stick :grins evilly!
stick -tail
@pvt hello there
&myclan hi

You can create your own custom command macros for any channel like so:

command st channel stick send

To see the list of people on the stick channel with the macro made above:

st

To send a message on the stick channel with the macro made above:

st hi

To emote on the stick channel with the macro made above:

st :grins evilly!

You can also use the commands that have been created for every channel name such as lord, stick, guild channels, etc.

  • If you see people's names like this: (Player), [(Player)] or [Player], these mean the player is either (invisible) or (sneaking), or [editing], or [(both)].
  • If you see someone's name like this: <Player>, you are probably a coder.

See Also

command, gch, mort, ooc, rsay, say, set, shout, stick, tell, whisper, and yell