Describe » History » Revision 8
Revision 7 (Per Amundsen, 06/04/2019 09:17 PM) → Revision 8/9 (Per Amundsen, 06/04/2019 09:21 PM)
_Added in 1.9.0_
*/describe <nick|#channel> <message>*
Sends an emote/action message to nick or channel.
Same as [[/me]] but [[/me]] can only send emote/action to the current active window.
_See also [[/me]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/notice]], [[/onotice]]._
*Parameters*
<nick|#channel> - Nick or #channel to send the message to.
<message> - The emote/action 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>