Me » History » Revision 8
Revision 7 (Per Amundsen, 06/04/2019 09:20 PM) → Revision 8/9 (Paul Janson, 03/27/2021 06:13 AM)
_Added in 1.4.6_ */me <message>* Sends an a emote/action message to current active channel or private window. It's the command used by the 'fish slap'. _See also [[/describe]], [[/ame]], [[/msg]], [[/nmsg]], [[/omsg]], [[/notice]], [[/onotice]]._ *Parameters* <message> - The emote/action message to send. *Example* <pre> ; Sends 'Hello world' to the current active channel or private window. /me Hello world. </pre> This command is intended to be typed into the channel/query editbox. While it can be used in a script, it uses whichever is the active window. The script would likely want to use: <pre>/describe nick|#channel Hello world</pre>