summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-23 11:31:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-23 11:31:57 +0100
commit3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (patch)
tree1aca3f34fb571b74b4190ef8d188c4b140ca2640 /doc/pl
parent6d4bc94536e162f40a0e5ec5d9db21f6cde85863 (diff)
downloadweechat-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/pl')
-rw-r--r--doc/pl/autogen/plugin_api/hdata.txt3
-rw-r--r--doc/pl/weechat_user.pl.txt4
2 files changed, 7 insertions, 0 deletions
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
|===