mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #1048 from vague666/set_list_section
Make it possible to list specific section with /set
This commit is contained in:
commit
0ffc515264
2 changed files with 33 additions and 5 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
-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
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
/SET -clear nick
|
||||
/SET log_timestamp %%H:%%H:%%S
|
||||
/SET -default log_timestamp
|
||||
/SET -section lookandfeel
|
||||
/SET close
|
||||
|
||||
%9See also:%9 SAVE, TOGGLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue