diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-21 22:23:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-21 22:23:21 +0200 |
commit | 20b49746ccad0f17558275cccdfe1f7167667f4b (patch) | |
tree | 1dc004919517ccbfd2ba825fc0b976dc90262a7b /doc/fr/weechat_plugin_api.fr.asciidoc | |
parent | 3aadfc6765b3560dce639b22abb05503aba47bc9 (diff) | |
download | weechat-20b49746ccad0f17558275cccdfe1f7167667f4b.zip |
doc: add missing tag "host_xxx" in function printf_date_tags (plugin API reference)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index d1a96dbbe..56644bd5d 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -6654,6 +6654,7 @@ Tags couramment utilisés (liste non exhaustive) : | notify_highlight | Le tampon avec la ligne sera ajouté à la "hotlist" avec le niveau "highlight" | nick_xxx | Le message vient du pseudo "xxx" | prefix_nick_ccc | Le préfixe est un pseudo avec la couleur "ccc" +| host_xxx | Nom d'utilisateur et hôte dans le message | irc_xxx | Message IRC "xxx" (peut-être une commande ou un numérique sur 3 chiffres) | irc_numeric | Message IRC numérique | irc_error | Erreur du serveur IRC |