Describe » History » Revision 3
Revision 2 (Per Amundsen, 02/09/2014 04:48 PM) → Revision 3/9 (Per Amundsen, 02/09/2014 04:49 PM)
_Added in 1.9.0_
*/describe <nick|#channel> <message>*
Sends an emote message to nick or channel.
Same as /me but /me can only sends emote to the current window.
*Parameters*
<nick|#channel> - Nick or #channel to send the message.
<message> - The emote message to send.
*Example*
<pre>
;Sends 'Hello World' to channel '#test'.
/describe #test Hello world
;Sends 'Hello World' to 'Nick'
/describe Nick Hello world
</pre>