diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-09 21:33:09 +0200 |
commit | 5cfeb2f2bcad5a4b2c8350d386c28e131acfec30 (patch) | |
tree | df603051c087fb1f051373c35ef425079a527a85 /doc | |
parent | aa6b88638632343516f175fd572417b7d54d483e (diff) | |
download | weechat-5cfeb2f2bcad5a4b2c8350d386c28e131acfec30.zip |
irc: add option "-noswitch" for command /join (task #12275)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 5 | ||||
-rw-r--r-- | doc/de/autogen/user/irc_commands.txt | 14 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 10 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/irc_commands.txt | 10 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 14 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 5 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_commands.txt | 12 |
10 files changed, 50 insertions, 35 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index f021b9f55..2a3a5bc09 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt index 1441cb703..69d148e1d 100644 --- a/doc/de/autogen/user/irc_commands.txt +++ b/doc/de/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ nick: Nickname [[command_irc_join]] [command]*`join`* einen Channel betreten:: ........................................ -/join [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] +/join [-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] - server: Verbindung zu diesem Server (interner Name) -channel: Name des Channels der betreten werden soll - key: Zugriffsschlüssel für einen Channel (Channels die einen Zugriffsschlüssel benötigen müssen zuerst aufgeführt werden) +-noswitch: do not switch to new buffer + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) -Beispiele: +Examples: /join #weechat - /join #geschützter_Channel,#weechat Zugriffsschlüssel + /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 71439fdff..3b8bc5793 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 0b0c59769..f7509d988 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ nick: nick [[command_irc_join]] [command]*`join`* join a channel:: ........................................ -/join [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] +/join [-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] - server: send to this server (internal name) -channel: channel name to join - key: key to join the channel (channels with a key must be the first in list) +-noswitch: do not switch to new buffer + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) Examples: /join #weechat /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 8d14fb44f..80434d20e 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + diff --git a/doc/fr/autogen/user/irc_commands.txt b/doc/fr/autogen/user/irc_commands.txt index 25d83e41a..57aa044a1 100644 --- a/doc/fr/autogen/user/irc_commands.txt +++ b/doc/fr/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ pseudo: pseudo [[command_irc_join]] [command]*`join`* rejoindre un canal:: ........................................ -/join [-server <serveur>] [<canal1>[,<canal2>...]] [<clé1>[,<clé2>...]] +/join [-noswitch] [-server <serveur>] [<canal1>[,<canal2>...]] [<clé1>[,<clé2>...]] -serveur: envoyer à ce serveur (nom interne) - canal: nom du canal à rejoindre - clé: clé pour rejoindre le canal (les canaux avec une clé doivent être les premiers dans la liste) +-noswitch: ne pas basculer sur le nouveau tampon + serveur: envoyer à ce serveur (nom interne) + canal: nom du canal à rejoindre + clé: clé pour rejoindre le canal (les canaux avec une clé doivent être les premiers dans la liste) Exemples: /join #weechat /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 6d74895eb..e7d4896ae 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index df12ba5d5..a9fc3909d 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ nick: nick [[command_irc_join]] [command]*`join`* entra in un canale:: ........................................ -/join [-server <server>] [<canale1>[,<canale2>...]] [<chiave1>[,<chiave2>...]] +/join [-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] -server: invia a questo server (nome interno) -canale: nome del canale in cui entrare -chiave: chiave per entrare nel canale (i canali con una chiave devono essere primi nella lista) +-noswitch: do not switch to new buffer + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) -Esempi: +Examples: /join #weechat - /join #canaleprotetto,#weechat chiave + /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 6a680d21a..af48c6abb 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -189,8 +189,9 @@ 'last_redirect' (pointer, hdata: "irc_redirect") + 'notify_list' (pointer, hdata: "irc_notify") + 'last_notify' (pointer, hdata: "irc_notify") + - 'manual_joins' (hashtable) + - 'channel_join_key' (hashtable) + + 'join_manual' (hashtable) + + 'join_channel_key' (hashtable) + + 'join_noswitch' (hashtable) + 'buffer' (pointer, hdata: "buffer") + 'buffer_as_string' (string) + 'channels' (pointer, hdata: "irc_channel") + diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 3998edd5a..9c8591dfe 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -212,16 +212,18 @@ nick: nick [[command_irc_join]] [command]*`join`* チャンネルに参加:: ........................................ -/join [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] +/join [-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]] - server: 送信先サーバ (内部サーバ名) -channel: 参加するチャンネルの名前 - key: チャンネルに参加するためのキー (キーが必要なチャンネルは最初に置くこと) +-noswitch: do not switch to new buffer + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) -例: +Examples: /join #weechat /join #protectedchan,#weechat key /join -server freenode #weechat + /join -noswitch #weechat ........................................ [[command_irc_kick]] |