diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-27 17:00:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-27 17:00:53 +0200 |
commit | 0ff8d7b5439ee543fae8eb4c4080ec4ccf905b1d (patch) | |
tree | 479fea1510aa2cbedf41ef2bb115e552d08f5995 /doc/fr/weechat_user.fr.asciidoc | |
parent | fdd9c03e5a5670d6ecfa4d389df4e76d22fd3aad (diff) | |
download | weechat-0ff8d7b5439ee543fae8eb4c4080ec4ccf905b1d.zip |
irc: decode/encode only text in IRC messages and not the headers (bug #29886, closes #218, closes #451)
Diffstat (limited to 'doc/fr/weechat_user.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |