Difference between revisions of "Stick"

From StickMUD
Jump to navigation Jump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|-
 
|-
 
|<code>stick</code>
 
|<code>stick</code>
 +
|List who is on the channel.
 +
|-
 +
|<code>stick</code> <message>
 +
|Send message to the channel.
 +
|-
 +
|<code>stick</code> :<emote>
 +
|Send emote to the channel.
 +
|-
 +
|<code>stick</code> -emote <emote>
 +
|Send emote to the channel.
 +
|-
 +
|<code>stick</code> -list
 +
|List who is on the channel.
 +
|-
 +
|<code>stick</code> -who
 
|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
 
|Show who is on the channel.
 
 
|-
 
|-
 
|<code>stick</code> -more
 
|<code>stick</code> -more
Line 25: Line 37:
 
|<code>stick</code> -on
 
|<code>stick</code> -on
 
|Toggle channel on.
 
|Toggle channel on.
|-
 
|<code>stick</code> <message>
 
|Send message to the channel.
 
|-
 
|<code>stick</code> :<emote>
 
|Send emote to the channel.
 
|-
 
|<code>stick</code> -emote <emote>
 
|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
 
|Show who is on the channel.
 
 
|}
 
|}
  
Line 59: Line 59:
  
 
== See Also ==
 
== See Also ==
[[channel]], [[command]], [[gch]], [[mort]], [[ooc]], [[rsay]], [[say]], [[set]], [[shout]], [[tell]], [[whisper]], and [[yell]]
+
[[channel]], [[chat]], [[command]], [[guild]], [[mort]], [[rsay]], [[say]], [[set]], [[shout]], [[tell]], [[whisper]], and [[yell]]

Latest revision as of 12:39, 23 July 2022

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 <message> Send message to the channel.
stick :<emote> Send emote to the channel.
stick -emote <emote> Send emote to the channel.
stick -list List who is on the channel.
stick -who List who is on the channel.
stick -hist Show the latest discussion on the channel.
stick -more Browse the channel log.
stick -off Toggle channel off.
stick -on Toggle channel on.
stick -toggle Toggle channel on or off.

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, chat, command, guild, mort, rsay, say, set, shout, tell, whisper, and yell