diff options
Diffstat (limited to 'doc/de/autogen/user/alias_commands.asciidoc')
-rw-r--r-- | doc/de/autogen/user/alias_commands.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/de/autogen/user/alias_commands.asciidoc b/doc/de/autogen/user/alias_commands.asciidoc index db53666ba..a79948595 100644 --- a/doc/de/autogen/user/alias_commands.asciidoc +++ b/doc/de/autogen/user/alias_commands.asciidoc @@ -32,10 +32,10 @@ Anmerkung: Im Befehl können Variablen genutzt werden, die dann durch den entspr Beispiele: Alternativbefehl "/split" wird anlegt um ein Fenster horizontal zu teilen: - /alias split /window splith + /alias add split /window splith Alternativbefehl "/hallo" wird angelegt um in allen Channels, außer im #weechat Channel, den Text "Hallo" auszugeben: - /alias hallo /allchan -exclude=#weechat msg * Hallo + /alias add hallo /allchan -exclude=#weechat msg * hallo Alternativbefehl "/forcejoin" wird angelegt um den IRC Befehl "forcejoin" mit einer Vervollständigung von /sajoin auszuführen: - /alias -completion %%sajoin forcejoin /quote forcejoin + /alias addcompletion %%sajoin forcejoin /quote forcejoin ---- |