mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Help files by lite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1fe6d11d7e
commit
d9f9b64c76
111 changed files with 1304 additions and 27 deletions
18
docs/help/in/set.in
Normal file
18
docs/help/in/set.in
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
@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!
|
||||
|
||||
See also: TOGGLE
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue