1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/docs/help/in/set.in
Timo Sirainen 83b03a1b4b updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@600 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-13 15:24:23 +00:00

24 lines
734 B
Plaintext

@SYNTAX:set@
You can view or change the settings with /SET command.
/SET without any arguments displays all the settings.
/SET <key> displays settings whose key (partly) matches <key>
/SET <key> <value> sets <key> to <value>
Boolean settings accept only values ON, OFF and TOGGLE. You can
also use /TOGGLE command to change them, so /TOGGLE <key> behaves
like /SET <key> TOGGLE. /TOGGLE also accepts arguments ON and OFF
when /TOGGLE behaves exactly like /SET.
Remember that changes are not saved until you use /SAVE!
Examples:
/SET autolog OFF - Sets value for setting 'autolog'
/SET close - Shows all settings whose variable name
contains 'close'. Very practical.
See also: TOGGLE