Project

General

Profile

Describe » History » Version 3

Per Amundsen, 02/09/2014 04:49 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/describe <nick|#channel> <message>*
4
5
Sends an emote message to nick or channel.
6
7 3 Per Amundsen
Same as /me but /me can only sends emote to the current window.
8
9 1 Per Amundsen
*Parameters*
10
11
<nick|#channel> - Nick or #channel to send the message.
12
<message> - The emote message to send.
13
14
*Example*
15
16
<pre>
17
;Sends 'Hello World' to channel '#test'.
18
/describe #test Hello world
19
20 2 Per Amundsen
;Sends 'Hello World' to 'Nick'
21 1 Per Amundsen
/describe Nick Hello world
22
</pre>