diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/includes/autogen_api_completions.de.adoc | 2 | ||||
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 18 | ||||
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/doc/de/includes/autogen_api_completions.de.adoc b/doc/de/includes/autogen_api_completions.de.adoc index 929608ab1..84aad1f74 100644 --- a/doc/de/includes/autogen_api_completions.de.adoc +++ b/doc/de/includes/autogen_api_completions.de.adoc @@ -26,7 +26,7 @@ | irc | irc_channels | Kanäle auf allen IRC Servern -| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") +| irc | irc_channels_autojoin | Kanäle, die automatisch auf dem aktuellen Server betreten werden (Option "autojoin") | irc | irc_ignores_numbers | Anzahl für festgelegte Ignorierungen diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index f07561132..d292bf139 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -124,7 +124,7 @@ Beispiele: ---- [[command_irc_autojoin]] -* `+autojoin+`: configure the "autojoin" server option +* `+autojoin+`: Konfigurieren der Serveroption "autojoin" ---- /autojoin add [<channel1> [<channel2>...]] @@ -133,15 +133,15 @@ Beispiele: save sort - add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel - addraw: use the IRC raw format (same as /join command): all channels separated by commas, optional keys separated by commas - del: delete current channel or a list of channels from the autojoin option -channel: channel name - key: key for the channel - save: save currently joined channels in the autojoin option - sort: sort alphabetically channels in the autojoin option + add: Hinzufügen des aktuellen Kanals oder einer Liste von Kanälen (mit optionalen Schlüsseln) zur autojoin-Option; Wenn Sie sich in dem Kanal befinden und der Schlüssel nicht übergeben wird, wird der Schlüssel im Kanal gelesen + addraw: das IRC Roh-Format wird genutzt (wie beim /join Befehl): alle Kanäle werden durch Kommata voneinander getrennt und optional werden die Schlüssel durch Kommata separiert + del: Löschen des aktuellen Kanals oder eine Liste von Kanälen aus der autoJoin-Option +channel: Kanalname + key: Schlüssel für den Kanal + save: Speichert die aktuell besuchten Kanäle in der autojoin-Option + sort: sortiert die Kanäle alphabetisch in der autojoin Option -Examples: +Beispiele: /autojoin add /autojoin add #test /autojoin add #chan1 #chan2 diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index 3f5e3fffe..376e712f2 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -2691,7 +2691,7 @@ ** Standardwert: `+""+` * [[option_irc.server_default.autojoin_dynamic]] *irc.server_default.autojoin_dynamic* -** Beschreibung: pass:none[set automatically the "autojoin" option according to the channels you manually join and part with commands /join and /part] +** Beschreibung: pass:none[Setze automatisch die "autojoin"-Option entsprechend den Kanälen, die du manuell beitrittst bzw. verlässt, mit den Befehlen /join und /part] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` |