Me: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m changed note to mention /describe
Daveoh (talk | contribs)
m added link, slightly changed wording, changed to same category as in help file
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
  /me <message>
  /me <message>


*<message> is what the active window will receive as action.
*<message> is what the active window will receive as your action.


'''Note''' If you need to specify a channel as target (in a script for example), use /descibe.  
'''Note:''' If you need to specify a channel as target (in a script for example), use [[describe|/descibe]].  


== Example ==
== Example ==


  /me is back
  /me is back
 
This would show the following:<br />
Sends 'is back' as action to the active window.
<10:29> * SomeIRCdude is back


== See Also ==
== See Also ==
* [[Ame|/ame]] sends an action to all open channel windows.
* [[Ame|/ame]] - sends an action to all open channel windows.


[[Category:Commands]]
[[Category:Basic IRC commands]]

Latest revision as of 17:54, 25 April 2008

Sends an action to the active window.

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

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

Example

/me is back

This would show the following:

<10:29> * SomeIRCdude is back

See Also

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