summaryrefslogtreecommitdiff
path: root/doc/fr
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/fr
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/fr')
-rw-r--r--doc/fr/autogen/plugin_api/hdata.txt3
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt1
-rw-r--r--doc/fr/weechat_user.fr.txt2
3 files changed, 6 insertions, 0 deletions
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é
|===