Difference between revisions of "Stick"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>stick</code> - The stick channel. == Description ==     Listen and send messages to other players listening to the stick channel. {| class="wikitable" |+Syntax !Comma...")
 
m
Line 11: Line 11:
 
|List who is on the channel.
 
|List who is on the channel.
 
|-
 
|-
|<code>stick</code> [-hist]
+
|<code>stick</code> -hist
 
|Show the latest discussion on the channel.
 
|Show the latest discussion on the channel.
 
|-
 
|-
|<code>stick</code> [-list]
+
|<code>stick</code> -list
 
|Show who is on the channel.
 
|Show who is on the channel.
 
|-
 
|-
|<code>stick</code> [-more]
+
|<code>stick</code> -more
 
|Browse the channel log.
 
|Browse the channel log.
 
|-
 
|-
|<code>stick</code> [-off]
+
|<code>stick</code> -off
 
|Toggle channel off.
 
|Toggle channel off.
 
|-
 
|-
|<code>stick</code> [-on]
+
|<code>stick</code> -on
 
|Toggle channel on.
 
|Toggle channel on.
 
|-
 
|-
|<code>stick</code> [message]
+
|<code>stick</code> <message>
 
|Send message to the channel.
 
|Send message to the channel.
 
|-
 
|-
|<code>stick</code> [:<emote>]
+
|<code>stick</code> :<emote>
 
|Send emote to the channel.
 
|Send emote to the channel.
 
|-
 
|-
|<code>stick</code> [-emote <emote>]
+
|<code>stick</code> -emote <emote>
 
|Send emote to the channel.
 
|Send emote to the channel.
 
|-
 
|-
|<code>stick</code> [-toggle]
+
|<code>stick</code> -toggle
 
|Toggle channel on or off.
 
|Toggle channel on or off.
 
|-
 
|-
|<code>stick</code> [-who]
+
|<code>stick</code> -who
 
|Show who is on the channel.
 
|Show who is on the channel.
 
|}
 
|}

Revision as of 10:12, 5 July 2021

stick - The stick channel.

Description

    Listen and send messages to other players listening to the stick channel.

Syntax
Command Description
stick List who is on the channel.
stick -hist Show the latest discussion on the channel.
stick -list Show who is on the channel.
stick -more Browse the channel log.
stick -off Toggle channel off.
stick -on Toggle channel on.
stick <message> Send message to the channel.
stick :<emote> Send emote to the channel.
stick -emote <emote> Send emote to the channel.
stick -toggle Toggle channel on or off.
stick -who Show who is on the channel.

Examples

stick
stick hi
stick :grins evilly!
stick -tail

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

command st stick send

After that, if you type st, you'll see the list of people on the stick channel

st hi

sends a message, while

st :grins evilly!

shows an emote.

See Also

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