Me: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
Daveoh (talk | contribs)
m added link, slightly changed wording, changed to same category as in help file
 
(5 intermediate revisions by 2 users 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''' that you cannot use this in a script.  
'''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:Basic IRC 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.