Project

General

Profile

Me » History » Version 9

Per Amundsen, 02/16/2023 02:39 PM

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 9 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| <message> | The emote/action message to send. |
14 1 Per Amundsen
15
*Example*
16
17 2 Per Amundsen
<pre>
18 3 Per Amundsen
; Sends 'Hello world' to the current active channel or private window.
19 1 Per Amundsen
/me Hello world.
20
</pre>
21 8 Paul Janson
22
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:
23
24
<pre>/describe nick|#channel Hello world</pre>