Added SILC Thread Queue API
[crypto.git] / apps / irssi / docs / help / in / set.in
1
2 @SYNTAX:set@
3
4 You can view or change the settings with /SET command.
5
6 /SET without any arguments displays all the settings.
7 /SET <key> displays settings whose key (partly) matches <key>
8 /SET <key> <value> sets <key> to <value>
9
10 Boolean settings accept only values ON, OFF and TOGGLE. You can
11 also use /TOGGLE command to change them, so /TOGGLE <key> behaves
12 like /SET <key> TOGGLE. /TOGGLE also accepts arguments ON and OFF
13 when /TOGGLE behaves exactly like /SET.
14
15 Remember that changes are not saved until you use /SAVE!
16
17 Examples:
18    /SET autolog OFF    - Sets value for setting 'autolog'
19    /SET close          - Shows all settings whose variable name
20                          contains 'close'. Very practical.
21
22 See also: TOGGLE
23