diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-12 22:58:54 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-12 22:58:54 +0100 |
commit | 413221bc9ea783225fb1b3307d4a492acb2dfe2b (patch) | |
tree | af13782fd93635f0a571cc13dc03c42883948a76 /doc/de/autogen | |
parent | 840c815bb053c7acde1e829cbee1ae37c5acb224 (diff) | |
download | weechat-413221bc9ea783225fb1b3307d4a492acb2dfe2b.zip |
doc: update German auto-generated file
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/relay_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/relay_options.adoc b/doc/de/autogen/user/relay_options.adoc index 4e78d6fcd..578a4177a 100644 --- a/doc/de/autogen/user/relay_options.adoc +++ b/doc/de/autogen/user/relay_options.adoc @@ -183,7 +183,7 @@ ** Standardwert: `+""+` * [[option_relay.weechat.commands]] *relay.weechat.commands* -** Beschreibung: pass:none[comma-separated list of commands allowed/denied when input data (text or command) is received from a client; "*" means any command, a name beginning with "!" is a negative value to prevent a command from being executed, wildcard "*" is allowed in names; this option should be set if the relay client is not safe (someone could use it to run commands); for example "*,!exec,!quit" allows any command except /exec and /quit] +** Beschreibung: pass:none[durch Kommata getrennte Liste von Befehlen die erlaubt bzw. verboten sind, wenn Daten (Text oder Befehl) vom Client empfangen werden; "*" bedeutet alle Befehle sind erlaubt, beginnt ein Befehl hingegen mit "!" wird die Auswahl umgekehrt und der Befehl wird nicht ausgeführt, ein Platzhalter "*" ist bei den Befehlen erlaubt; diese Option sollte verwendet werden, falls man befürchtet, dass der relay client kompromittiert werden kann (darüber können Befehle ausgeführt werden); Beispiel: "*,!exec,!quit" es sind alle Befehle erlaubt, außer /exec und /quit] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette ** Standardwert: `+""+` |