Project

General

Profile

Describe » History » Version 8

Per Amundsen, 06/04/2019 09:21 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 6 Per Amundsen
<nick|#channel> - Nick or #channel to send the message to.
14
<message> - The emote/action message to send.
15 1 Per Amundsen
16
*Example*
17
18
<pre>
19 4 Per Amundsen
; Sends 'Hello World' to channel '#test'.
20 1 Per Amundsen
/describe #test Hello world
21
22 4 Per Amundsen
; Sends 'Hello World' to 'Nick'.
23 1 Per Amundsen
/describe Nick Hello world
24
</pre>