diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-18 14:53:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:19:48 +0100 |
commit | d31e4f1d9ac3820ac47550354ebff0b15ec4d143 (patch) | |
tree | e34913f979b5ddc106d81c651bc0ac6a5f55ca19 /doc/fr/weechat_plugin_api.fr.adoc | |
parent | 9a8ec36cbda56dfd255a21d8b185e5361162dbfc (diff) | |
download | weechat-d31e4f1d9ac3820ac47550354ebff0b15ec4d143.zip |
irc: send signal "irc_server_lag_changed", store lag in server buffer
The lag is stored in the local variable "lag" of the server buffer.
When there is no lag, the local variable does not exist.
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 79be5e5ea..5ea932351 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -9198,6 +9198,11 @@ Liste des signaux envoyés par WeeChat et les extensions : Chaîne : nom du serveur. | Déconnecté du serveur. +| irc | irc_server_lag_changed + + _(WeeChat ≥ 1.8)_ | + Chaîne : nom du serveur. | + Le lag a changé sur le serveur. + | irc | irc_ignore_removing | Pointeur : ignore. | Suppression d'un ignore en cours. |