Project

General

Profile

Me » History » Version 8

Paul Janson, 03/27/2021 06:13 AM

1 1 Per Amundsen
_Added in 1.4.6_
2
3
*/me <message>*
4
5 8 Paul Janson
Sends an emote/action message to current active channel or private window. It's the command used by the 'fish slap'.
6 1 Per Amundsen
7 7 Per Amundsen
_See also [[/describe]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/notice]], [[/onotice]]._
8 4 Per Amundsen
9 1 Per Amundsen
*Parameters*
10
11 3 Per Amundsen
<message> - The emote/action message to send.
12 1 Per Amundsen
13
*Example*
14
15 2 Per Amundsen
<pre>
16 3 Per Amundsen
; Sends 'Hello world' to the current active channel or private window.
17 1 Per Amundsen
/me Hello world.
18
</pre>
19 8 Paul Janson
20
This command is intended to be typed into the channel/query editbox. While it can be used in a script, it uses whichever is the active window. The script would likely want to use:
21
22
<pre>/describe nick|#channel Hello world</pre>