mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
71ab0fbda6
Applied grammar and styling corrections.
34 lines
744 B
Plaintext
34 lines
744 B
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:set@
|
|
|
|
%9Parameters:%9
|
|
|
|
-clear: Removes the setting's value from the configuration.
|
|
-default: Restore the setting to its default value.
|
|
|
|
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 close
|
|
|
|
%9See also:%9 SAVE, TOGGLE
|
|
|