Describe » History » Version 4
Per Amundsen, 06/04/2019 09:16 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 | 4 | Per Amundsen | ; Sends 'Hello World' to channel '#test'. |
18 | 1 | Per Amundsen | /describe #test Hello world |
19 | |||
20 | 4 | Per Amundsen | ; Sends 'Hello World' to 'Nick'. |
21 | 1 | Per Amundsen | /describe Nick Hello world |
22 | </pre> |