diff options
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index 10a9bfe06..a8e8f10e2 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -2054,6 +2054,23 @@ Beispiel: /repeat 2 /window page_up ---- +[[command_weechat_reset]] +* `+reset+`: reset config options + +---- +/reset <option> + -mask <option> + +option: name of an option + -mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!) + +Examples: + reset one option: + /reset weechat.look.item_time_format + reset all color options: + /reset -mask weechat.color.* +---- + [[command_weechat_save]] * `+save+`: Konfiguration abspeichern |