Project

General

Profile

Describe » History » Version 9

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

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/describe <nick|#channel> <message>*
4
5 5 Per Amundsen
Sends an emote/action message to nick or channel.
6 1 Per Amundsen
7 7 Per Amundsen
Same as [[/me]] but [[/me]] can only send emote/action to the current active window.
8 3 Per Amundsen
9 8 Per Amundsen
_See also [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/notice]], [[/onotice]]._
10
11 1 Per Amundsen
*Parameters*
12
13 9 Per Amundsen
table(ktable).
14
|*Parameter*|*Description*|
15
| &lt;nick<notextile>|</notextile>#channel&gt; | Nick or #channel to send the message to. |
16
| &lt;message&gt; | The emote/action message to send. |
17 1 Per Amundsen
18
*Example*
19
20
<pre>
21 4 Per Amundsen
; Sends 'Hello World' to channel '#test'.
22 1 Per Amundsen
/describe #test Hello world
23
24 4 Per Amundsen
; Sends 'Hello World' to 'Nick'.
25 1 Per Amundsen
/describe Nick Hello world
26
</pre>