diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
commit | 3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (patch) | |
tree | 1aca3f34fb571b74b4190ef8d188c4b140ca2640 /doc | |
parent | 6d4bc94536e162f40a0e5ec5d9db21f6cde85863 (diff) | |
download | weechat-3acdcee0d94feaf2845c3e74d323f8c5dd01d70a.zip |
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477) (patch from Nils Görs)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/de/weechat_user.de.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 1 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 1 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 1 | ||||
-rw-r--r-- | doc/it/weechat_user.it.txt | 4 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 1 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 4 | ||||
-rw-r--r-- | doc/pl/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.txt | 4 |
16 files changed, 42 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index fa8f56a39..01a91fd74 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/de/weechat_user.de.txt b/doc/de/weechat_user.de.txt index 76cd1ac0c..1a21eaca7 100644 --- a/doc/de/weechat_user.de.txt +++ b/doc/de/weechat_user.de.txt @@ -2263,6 +2263,10 @@ Unvollständige Liste der IRC Nachrichten bzw. Alias die angepasst werden könne | 671 | whois | whois (sichere Verbindung) | 728 | quietlist | quiet Liste | 729 | quietlist | Ende der quiet Liste +// TRANSLATION MISSING +| 732 | monitor | list of monitored nicks +// TRANSLATION MISSING +| 733 | monitor | list of monitored nicks (end) | 901 | | Sie sind nun eingelogged |=== diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 04ef11b96..0624485c0 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index cc0fa8bf7..4e75654ec 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8415,6 +8415,7 @@ Argument is a hashtable with following entries (keys and values are string): ** 'mode_channel_ban_exception' ("mode #channel e") ** 'mode_channel_invite' ("mode #channel I") ** 'mode_user' +** 'monitor' ** 'names' ** 'ping' ** 'time' diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 075942d0b..0fb56502a 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -2225,6 +2225,8 @@ Non-comprehensive list of IRC messages or alias that you can customize: | 671 | whois | whois (secure connection) | 728 | quietlist | quiet list | 729 | quietlist | end of quiet list +| 732 | monitor | list of monitored nicks +| 733 | monitor | list of monitored nicks (end) | 901 | | you are now logged in |=== diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index cf62a1ee6..f68f67dea 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index c46cd955c..f455a63ee 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8546,6 +8546,7 @@ sont des chaînes) : ** 'mode_channel_ban_exception' ("mode #channel e") ** 'mode_channel_invite' ("mode #channel I") ** 'mode_user' +** 'monitor' ** 'names' ** 'ping' ** 'time' diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 55b8c3ba0..f488f9f3e 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -2294,6 +2294,8 @@ Liste non exhaustive des messages ou alias que vous pouvez paramétrer : | 671 | whois | whois (connexion sécurisée) | 728 | quietlist | liste des "quiet" | 729 | quietlist | fin de la liste des "quiet" +| 732 | monitor | liste des pseudos surveillés +| 733 | monitor | liste des pseudos surveillés (fin) | 901 | | vous êtes maintenant identifié |=== diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 6d4373f18..7622d1e1c 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index f52d63a6c..2bcd7984c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8606,6 +8606,7 @@ sono stringhe): ** 'mode_channel_ban_exception' ("mode #channel e") ** 'mode_channel_invite' ("mode #channel I") ** 'mode_user' +** 'monitor' ** 'names' ** 'ping' ** 'time' diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 560dc3b99..4947dec54 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -2324,6 +2324,10 @@ personalizzare: | 728 | quietlist | quiet list // TRANSLATION MISSING | 729 | quietlist | end of quiet list +// TRANSLATION MISSING +| 732 | monitor | list of monitored nicks +// TRANSLATION MISSING +| 733 | monitor | list of monitored nicks (end) | 901 | | ora si è loggati |=== diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 36a56d0bf..3162b4b35 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 52f9b8961..d0f572673 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -8413,6 +8413,7 @@ hsignal "irc_redirect_command" は irc ** 'mode_channel_ban_exception' ("mode #channel e") ** 'mode_channel_invite' ("mode #channel I") ** 'mode_user' +** 'monitor' ** 'names' ** 'ping' ** 'time' diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index 46b4c5d23..6b305bf07 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -2224,6 +2224,10 @@ weechat:: | 671 | whois | whois (セキュアな接続) | 728 | quietlist | 発言禁止リスト | 729 | quietlist | 発言禁止リストの終了 +// TRANSLATION MISSING +| 732 | monitor | list of monitored nicks +// TRANSLATION MISSING +| 733 | monitor | list of monitored nicks (end) | 901 | | ログインに成功 |=== diff --git a/doc/pl/autogen/plugin_api/hdata.txt b/doc/pl/autogen/plugin_api/hdata.txt index a7d473809..4111c1b37 100644 --- a/doc/pl/autogen/plugin_api/hdata.txt +++ b/doc/pl/autogen/plugin_api/hdata.txt @@ -182,6 +182,8 @@ *** 'casemapping' (integer) *** 'chantypes' (string) *** 'chanmodes' (string) +*** 'monitor' (integer) +*** 'monitor_time' (time) *** 'reconnect_delay' (integer) *** 'reconnect_start' (time) *** 'command_time' (time) @@ -204,6 +206,7 @@ *** 'last_redirect' (pointer, hdata: "irc_redirect") *** 'notify_list' (pointer, hdata: "irc_notify") *** 'last_notify' (pointer, hdata: "irc_notify") +*** 'notify_count' (integer) *** 'join_manual' (hashtable) *** 'join_channel_key' (hashtable) *** 'join_noswitch' (hashtable) diff --git a/doc/pl/weechat_user.pl.txt b/doc/pl/weechat_user.pl.txt index db87c1829..ac7d6f9ba 100644 --- a/doc/pl/weechat_user.pl.txt +++ b/doc/pl/weechat_user.pl.txt @@ -2241,6 +2241,10 @@ Niepełna lista wiadomości IRC lub aliasów jakie można dostosować: | 671 | whois | whois (bezpieczne połączenie) | 728 | quietlist | cicha lista | 729 | quietlist | koniec cichej listy +// TRANSLATION MISSING +| 732 | monitor | list of monitored nicks +// TRANSLATION MISSING +| 733 | monitor | list of monitored nicks (end) | 901 | | jesteś teraz zalogowany |=== |