mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
This commit is contained in:
parent
b9f532568b
commit
f0aa2d2049
30 changed files with 488 additions and 215 deletions
|
|
@ -1,11 +1,22 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:toggle@
|
||||
|
||||
/TOGGLE <key> behaves like /SET <key> TOGGLE. /TOGGLE also
|
||||
accepts arguments ON and OFF when /TOGGLE behaves exactly
|
||||
like /SET.
|
||||
%9Parameters%9
|
||||
|
||||
Remember that changes are not saved until you use /SAVE!
|
||||
The setting to modify and the new value; if no value is given, its oposite
|
||||
will be used.
|
||||
|
||||
See also: SET
|
||||
%9Description:%9
|
||||
|
||||
Modifies a setting to its counter value; you can also give ON or OFF as a
|
||||
value.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/TOGGLE resolve_prefer_ipv6
|
||||
/TOGGLE channels_rejoin_unavailable ON
|
||||
|
||||
%9See also:%9 SET
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue