Describe » History » Version 1
Per Amundsen, 02/09/2014 04:48 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 | *Parameters* |
||
8 | |||
9 | <nick|#channel> - Nick or #channel to send the message. |
||
10 | <message> - The emote message to send. |
||
11 | |||
12 | *Example* |
||
13 | |||
14 | <pre> |
||
15 | ;Sends 'Hello World' to channel '#test'. |
||
16 | /describe #test Hello world |
||
17 | |||
18 | ;Sends 'Hello World' to Nick |
||
19 | /describe Nick Hello world |
||
20 | </pre> |