diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-08 16:20:16 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-08 16:20:16 +0100 |
commit | 4da0cff321e93b5af941bc0bf22ce5d12b0afdf8 (patch) | |
tree | ab9d24ca7d2b4c58f88727f3c298488fa7905d08 /doc | |
parent | cf5009468e7d7c40113f31a4c3aa539b485c43d3 (diff) | |
download | weechat-4da0cff321e93b5af941bc0bf22ce5d12b0afdf8.zip |
Add new IRC commands /allchan and /allserv with excluding option, commands /ame and /amsg are now aliases, new aliases /aaway and /anick
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 31 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_commands.txt | 31 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 31 |
3 files changed, 75 insertions, 18 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index d0b49be45..ae916934c 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -6,20 +6,39 @@ target: server ........................................ -• *`/ame`* `message`:: +• *`/allchan`* `[-current] [-exclude=channel[,channel...]] command [arguments]`:: ........................................ - send a CTCP action to all channels of all connected servers + execute a command on all channels of all connected servers - message: message to send + -current: execute command for channels of curent 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 + + 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 ........................................ -• *`/amsg`* `text`:: +• *`/allserv`* `[-exclude=server[,server...]] command [arguments]`:: ........................................ - send message to all channels of all connected servers + execute a command on all connected servers - text: text to send + -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 + + Examples: + change nick on all servers: + /allserv nick newnick + set away on all servers: + /allserv away I'm away ........................................ • *`/away`* `[-all] [message]`:: diff --git a/doc/fr/autogen/user/irc_commands.txt b/doc/fr/autogen/user/irc_commands.txt index 9b6fdbdd1..452346990 100644 --- a/doc/fr/autogen/user/irc_commands.txt +++ b/doc/fr/autogen/user/irc_commands.txt @@ -6,20 +6,39 @@ cible: serveur ........................................ -• *`/ame`* `message`:: +• *`/allchan`* `[-current] [-exclude=canal[,canal...]] commande [paramètres]`:: ........................................ - envoyer une action CTCP à tous les canaux de tous les serveurs connectés + exécuter une commande sur tous les canaux de tous les serveurs connectés - message: message à envoyer + -current: exécuter la commande pour les canaux du serveur courant seulement + -exclude: exclure certains canaux ('*' est autorisé au début ou à la fin du nom du canal, pour exclure plusieurs canaux) + commande: commande à exécuter + paramètres: paramètres pour la commande + + Exemples : + exécuter '/me teste' sur tous les canaux : + /allchan me teste + dire 'bonjour' partout sauf sur #weechat : + /allchan -exclude=#weechat msg * bonjour + dire 'bonjour' partout sauf sur #weechat et les canaux commençant par #linux : + /allchan -exclude=#weechat,#linux* msg * bonjour ........................................ -• *`/amsg`* `texte`:: +• *`/allserv`* `[-exclude=serveur[,serveur...]] commande [paramètres]`:: ........................................ - envoyer un message à tous les canaux de tous les serveurs connectés + exécuter une commande sur tous les serveurs connectés - texte: texte à envoyer + -exclude: exclude certains serveurs ('*' is est autorisé en début ou fin du nom du serveur, pour exclure plusieurs serveurs) + commande: commande à exécuter + paramètres: paramètres pour la commande + + Exemples : + changer de pseudo sur tous les serveurs : + /allserv nick newnick + positionner l'absence sur tous les serveurs : + /allserv away Je suis absent ........................................ • *`/away`* `[-all] [message]`:: diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index dee7f903a..f0a666e8a 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -6,20 +6,39 @@ destinazione: server ........................................ -• *`/ame`* `messaggio`:: +• *`/allchan`* `[-current] [-exclude=channel[,channel...]] command [arguments]`:: ........................................ - invia un comando CTCP per tutti i canali dei server connessi + execute a command on all channels of all connected servers - messaggio: messaggio da inviare + -current: execute command for channels of curent 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 + + 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 ........................................ -• *`/amsg`* `testo`:: +• *`/allserv`* `[-exclude=server[,server...]] command [arguments]`:: ........................................ - invia un messaggio a tutti i canali di tutti dei server connessi + execute a command on all connected servers - testo: testo da inviare + -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 + + Examples: + change nick on all servers: + /allserv nick newnick + set away on all servers: + /allserv away I'm away ........................................ • *`/away`* `[-all] [messaggio]`:: |