blob: cd0ca516c2b9c26bac40ac37fcb6d80698c93460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|