diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-02 22:25:33 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-02 22:25:33 +0200 |
commit | b2f265f44ecd4eaea1eeb1a90cfdf26dc58218ae (patch) | |
tree | 4f438e6e507f3ac8802c6954685cb1eab05af7fa /docs/help/in/action.in | |
parent | f077280643165ad3c761fef7ff6078cf8a12c64c (diff) | |
download | irssi-b2f265f44ecd4eaea1eeb1a90cfdf26dc58218ae.zip |
Rewrote the syntax documentation for all the commands starting with A.
Diffstat (limited to 'docs/help/in/action.in')
-rw-r--r-- | docs/help/in/action.in | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/help/in/action.in b/docs/help/in/action.in index 896e8d19..1e27338e 100644 --- a/docs/help/in/action.in +++ b/docs/help/in/action.in @@ -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 |