summaryrefslogtreecommitdiff
path: root/docs/help/in/toggle.in
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-08-05 22:00:30 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-08-05 22:00:30 +0200
commitf0aa2d204990636a65de9aaba7c13c0866fcaf83 (patch)
treea28895b766bc1ef61c14eb8c7fc497e951e8ee6f /docs/help/in/toggle.in
parentb9f532568b92444488ce00c1734013e035d40f56 (diff)
downloadirssi-f0aa2d204990636a65de9aaba7c13c0866fcaf83.zip
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
Diffstat (limited to 'docs/help/in/toggle.in')
-rw-r--r--docs/help/in/toggle.in21
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/help/in/toggle.in b/docs/help/in/toggle.in
index 19913061..ee2c825e 100644
--- a/docs/help/in/toggle.in
+++ b/docs/help/in/toggle.in
@@ -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
+
+ The setting to modify and the new value; if no value is given, its oposite
+ will be used.
+
+%9Description:%9
+
+ Modifies a setting to its counter value; you can also give ON or OFF as a
+ value.
+
+%9Examples:%9
-Remember that changes are not saved until you use /SAVE!
+ /TOGGLE resolve_prefer_ipv6
+ /TOGGLE channels_rejoin_unavailable ON
-See also: SET
+%9See also:%9 SET