From 0ff8d7b5439ee543fae8eb4c4080ec4ccf905b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 27 Jun 2015 17:00:53 +0200 Subject: irc: decode/encode only text in IRC messages and not the headers (bug #29886, closes #218, closes #451) --- doc/fr/weechat_user.fr.asciidoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/fr/weechat_user.fr.asciidoc') diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index c3724a4a4..de247317e 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -3339,6 +3339,8 @@ suivantes sont ajoutées dans la table de hachage : | command | chaîne | Commande IRC (exemple : "PRIVMSG", "NOTICE", ...) | channel | chaîne | Canal IRC | arguments | chaîne | Paramètres de la commande (inclut la valeur de 'channel') +| text | string | Texte (par exemple message utilisateur) +| pos_text | string | L'index du texte dans le message ("-1" si le texte n'a pas été trouvé) |=== Lorsque la donnée est un pointeur, la variable `tg_signal_data` peut être -- cgit v1.2.3