mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Syntax format changes for A-C commands
Updated the file format template for commands A through C.
This commit is contained in:
parent
878411edc4
commit
037fae0ed5
15 changed files with 110 additions and 106 deletions
|
|
@ -1,16 +1,16 @@
|
|||
|
||||
Syntax:
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:away@
|
||||
|
||||
Parameters:
|
||||
%9Parameters:%9
|
||||
|
||||
-one: Marks yourself as away on the server you are connected to.
|
||||
-one: Marks yourself as away on the active server.
|
||||
-all: Marks yourself as away on all the servers you are connected to.
|
||||
|
||||
You away message; if no argument is given, your away status will be removed.
|
||||
|
||||
Description:
|
||||
%9Description:%9
|
||||
|
||||
Marks yourself as "away"; this method is used to inform people that you
|
||||
are not paying attention to your screen.
|
||||
|
|
@ -22,11 +22,12 @@ Description:
|
|||
Anyone who does a WHOIS on your nickname will see that you are away, as
|
||||
well as your away message.
|
||||
|
||||
Examples:
|
||||
%9Examples:%9
|
||||
|
||||
/AWAY
|
||||
/AWAY I'm getting some food.
|
||||
/AWAY zZzZ
|
||||
/AWAY -one Feeding the cat!
|
||||
|
||||
See also: DISCONNECT
|
||||
%9See also:%9 DISCONNECT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue