Me: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m changed note to mention /describe
m changed example a bit
Line 10: Line 10:


  /me is back
  /me is back
 
Would show up as:
Sends 'is back' as action to the active window.
<10:29> * SomeIRCdude is back


== See Also ==
== See Also ==

Revision as of 08:30, 23 April 2008

Sends an action to the active window.

/me <message>
  • <message> is what the active window will receive as action.

Note If you need to specify a channel as target (in a script for example), use /descibe.

Example

/me is back

Would show up as: <10:29> * SomeIRCdude is back

See Also

  • /ame sends an action to all open channel windows.