mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Rewrote the syntax documentation for all the commands starting with A.
This commit is contained in:
parent
f077280643
commit
b2f265f44e
5 changed files with 106 additions and 62 deletions
|
|
@ -1,9 +1,23 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:action@
|
||||
|
||||
Same as ME, but gets channel or nick as an additional parameter.
|
||||
Example: /ACTION #irssi yawns
|
||||
(This outputs the following to #irssi: * Nick yawns)
|
||||
Parameters:
|
||||
|
||||
-<server tag>: The server tag you want to send the action emote to.
|
||||
|
||||
A target nickname or channel and the message.
|
||||
|
||||
Description:
|
||||
|
||||
Sends an action emote to a nickname or a channel.
|
||||
|
||||
Examples:
|
||||
|
||||
/ACTION #irssi is hungry!
|
||||
/ACTION mike had an awesome day @ work
|
||||
/ACTION -efnet #irssi is happy it's Friday
|
||||
|
||||
See also: ME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue