diff options
Diffstat (limited to 'doc/de/autogen/user/irc_commands.txt')
-rw-r--r-- | doc/de/autogen/user/irc_commands.txt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt index 0d95ec12f..e4ec751c3 100644 --- a/doc/de/autogen/user/irc_commands.txt +++ b/doc/de/autogen/user/irc_commands.txt @@ -11,18 +11,18 @@ target: Server ........................................ /allchan [-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] - -current: execute command for channels of current server only - -exclude: exclude some channels ('*' is allowed at beginning or end of channel name, to exclude many channels) - command: command to execute -arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) + -current: führt einen Befehl aus der an alle Channels des aktuellen Servers gesendet wird + -exclude: dient zum Ausschluss ausgewählter Channels ('*' wird zu Beginn oder am Ende des Channel-Namens akzeptiert, um mehrere Channels auszuschließen) + command: Befehl der ausgeführt werden soll +arguments: Argumente für Befehl (Variablen die genutzt werden können: $nick, $channel und $server) -Examples: - execute '/me is testing' on all channels: - /allchan me is testing - say 'hello' everywhere but not on #weechat: - /allchan -exclude=#weechat msg * hello - say 'hello' everywhere but not on #weechat and channels beginning with #linux: - /allchan -exclude=#weechat,#linux* msg * hello +Beispiele: + Führe den Befehl '/me Ich teste gerade etwas...' für alle Channels aus: + /allchan me Ich teste gerade etwas... + Schicke 'Hallo Welt' an jeden Channel, ausgenommen an den #weechat Channel: + /allchan -exclude=#weechat msg * Hallo Welt + Schicke 'Hallo Welt' an jeden Channel, ausgenommen an den #weechat Channel und Channels die mit #linux beginnen: + /allchan -exclude=#weechat,#linux* msg * Hallo Welt ........................................ [[command_irc_allserv]] @@ -30,16 +30,16 @@ Examples: ........................................ /allserv [-exclude=<server>[,<server>...]] <command> [<arguments>] - -exclude: exclude some servers ('*' is allowed at beginning or end of server name, to exclude many servers) - command: command to execute -arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) + -exclude: dient zum Ausschluss ausgewählter Server ('*' wird zu Beginn oder am Ende des Servernamens akzeptiert, um mehrere Server auszuschließen) + command: Befehl der ausgeführt werden soll +arguments: Argumente für Befehl (Variablen die genutzt werden können: $nick, $channel und $server) -Examples: - change nick on all servers: +Beispiele: + ändere den Nick auf allen Servern: /allserv nick newnick - set away on all servers: + setzt den Status, auf allen Servern,auf abwesend: /allserv away I'm away - do a whois on my nick on all servers: + führt ein whois mit meinem nick auf alles Servern aus: /allserv whois $nick ........................................ |