diff options
Diffstat (limited to 'docs/COMMANDS')
-rw-r--r-- | docs/COMMANDS | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/COMMANDS b/docs/COMMANDS index 1ebc1b9f..2a01a3bb 100644 --- a/docs/COMMANDS +++ b/docs/COMMANDS @@ -318,20 +318,24 @@ LAST [-pub -msgs...] <text> ** Configuration -SET [key [=value / [key [key..]] +SET [key [value]] - Get/set configuration + Get/set configuration. Boolean values also need to be changed + with ON/OFF/TOGGLE values (not yes/no). Settings aren't saved + to disk until you use /SAVE. -ALIAS, UNALIAS <alias> [command] +TOGGLE key [ON|OFF] - Set/remove alias, /unalias is the same as /alias without command + Same as /SET <key> TOGGLE, or if ON or OFF parameter is given + it will work just like /SET. + +SAVE - These codes are extracted in commands: - %0 : name of alias - %1, %2, %3 .. : %th word - &1, &2, &3 .. : &th word + the rest of the text after it - %c : channel name + Save configuration to disk. +ALIAS, UNALIAS <alias> [command] + + Set/remove alias, /unalias is the same as /alias without command Typing extra / before /command (//command) ignores any aliases IGNORE, UNIGNORE <mask> [level [level..]] |