summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-06-18 10:40:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-06-18 10:40:04 +0200
commit21ca625f10728d69ab63318887f8bd79d68a8312 (patch)
treea90dba5adfebbb3640ead6cf22c0a959eaae6297 /doc/de
parent9644df21ad845bbfbdeb83f618239d1e17f750c9 (diff)
downloadweechat-21ca625f10728d69ab63318887f8bd79d68a8312.zip
irc: update translations
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/includes/autogen_user_commands.de.adoc21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc
index fa5493f8b..16a86ba26 100644
--- a/doc/de/includes/autogen_user_commands.de.adoc
+++ b/doc/de/includes/autogen_user_commands.de.adoc
@@ -130,25 +130,26 @@ Beispiele:
/autojoin add [<channel1> [<channel2>...]]
addraw <channel1>[,<channel2>...] [<key1>[,<key2>...]]
del [<channel1> [<channel2>...]]
- save
+ apply
sort
- 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
+ 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
+ apply: set currently joined channels in the autojoin option
+ sort: sort alphabetically channels in the autojoin option
-Beispiele:
+Examples:
/autojoin add
/autojoin add #test
/autojoin add #chan1 #chan2
+ /allchan /autojoin add
/autojoin addraw #chan1,#chan2,#chan3 key1,key2
/autojoin del
/autojoin del #chan1
- /autojoin save
+ /autojoin apply
/autojoin sort
----