summaryrefslogtreecommitdiffstats
path: root/docs/help/set
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
commitfff5217f02d91268ce90c8c05665602c059faaef (patch)
tree2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/set
parentInitial commit. (diff)
downloadirssi-fff5217f02d91268ce90c8c05665602c059faaef.tar.xz
irssi-fff5217f02d91268ce90c8c05665602c059faaef.zip
Adding upstream version 1.4.5.upstream/1.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/help/set')
-rw-r--r--docs/help/set35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/help/set b/docs/help/set
new file mode 100644
index 0000000..cd0ca51
--- /dev/null
+++ b/docs/help/set
@@ -0,0 +1,35 @@
+
+%9Syntax:%9
+
+SET %|[-clear | -default | -section] [<key> [<value>]]
+
+%9Parameters:%9
+
+ -clear: Removes the setting's value from the configuration.
+ -default: Restore the setting to its default value.
+ -section: Print settings under the specified section
+
+ The setting and the value; if no value is given, the list of settings that
+ matched will be returned. If no arguments are given, all the settings will
+ be displayed.
+
+%9Description:%9
+
+ Modifies the value of a setting; boolean settings accept only ON, OFF and
+ TOGGLE.
+
+ Please remember that you need to use the SAVE command to store the changes
+ into your configuration.
+
+%9Examples:%9
+
+ /SET
+ /SET nick mike
+ /SET -clear nick
+ /SET log_timestamp %%H:%%H:%%S
+ /SET -default log_timestamp
+ /SET -section lookandfeel
+ /SET close
+
+%9See also:%9 SAVE, TOGGLE
+