mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Syntax documentation rewrite for M-commands
Rewrote the syntax documentation for all commands starting with the letter M.
This commit is contained in:
parent
05979c8d9f
commit
7ee7bf79ed
7 changed files with 158 additions and 99 deletions
|
|
@ -1,8 +1,21 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:me@
|
||||
|
||||
Sends a CTCP ACTION to the current channel or query.
|
||||
For example: /me sits back.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: ACTION, CTCP
|
||||
The message to emote.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Sends an action emote to the active nickname or channel.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/ME is hungry!
|
||||
/ME had an awesome day @ work
|
||||
/ME is happy it's Friday
|
||||
|
||||
%9See also:%9 ACTION, CTCP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue