diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-29 14:33:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-29 14:33:13 +0200 |
commit | b21589944e08f886a4310fe73086ea2dd834737c (patch) | |
tree | 81f1848a08d5826d9ad09f53a21b1286af92f1c6 /doc/de/includes/autogen_user_commands.de.adoc | |
parent | 4a41625989e02cd194938e580923b484e0bd4a0f (diff) | |
download | weechat-b21589944e08f886a4310fe73086ea2dd834737c.zip |
core, irc, script: fix typos
Diffstat (limited to 'doc/de/includes/autogen_user_commands.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index 4e5babba6..a49ae38f5 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -402,7 +402,7 @@ server_mask: die aufzulistenden Server sollen diesem Muster entsprechen ---- [[command_irc_list]] -* `+list+`: Channels mit ihrem Thema auflisten +* `+list+`: list channels and their topics ---- /list [-server <server>] [-re <regex>] [<channel>[,<channel>...]] [<target>] @@ -671,9 +671,9 @@ option: zusätzliche Einstellung, die von manchen Servern berücksichtigt wird ---- /remove [<channel>] <nick> [<reason>] -channel: Channelname - nick: Nick der rausgeworfen werden soll - reason: Begründung für den Rauswurf (Variablen die genutzt werden können: $nick, $channel und $server) +channel: channel name + nick: nick + reason: reason (special variables $nick, $channel and $server are replaced by their values) ---- [[command_irc_restart]] |