summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-07-21 08:28:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-07-21 08:28:01 +0200
commitc002c5f77fe025ac910c9089f759780ada7edc64 (patch)
tree897dfc36ecf6fef33475ead3b9872dafdb3aede7 /doc/fr/weechat_plugin_api.fr.adoc
parentb69e47d0a2f553315ba75b8b3132fa41154e8c1f (diff)
downloadweechat-c002c5f77fe025ac910c9089f759780ada7edc64.zip
doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API reference) (issue #1538)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 53eaef879..c89527c4d 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -12370,8 +12370,7 @@ valeurs sont de type "string") :
| _chat | Indicateur zone "chat". |
"0" ou "1" | "0"
-| _chat_line | Pointeur vers la ligne +
- _(WeeChat ≥ 1.2)_. |
+| _chat_line | Pointeur vers la ligne _(WeeChat ≥ 1.2)_. |
"0x1234abcd" | ""
| _chat_line_x | Colonne de la ligne ^(3)^. |
@@ -12425,8 +12424,7 @@ valeurs sont de type "string") :
| _bar_item_col | Colonne dans l'objet de barre. |
"0" ... "n" | "-1"
-| _bar_window | Pointeur vers la fenêtre de barre +
- _(WeeChat ≥ 2.9)_. |
+| _bar_window | Pointeur vers la fenêtre de barre _(WeeChat ≥ 2.9)_. |
"0x1234abcd" | ""
|===
@@ -12448,6 +12446,7 @@ Informations additionnelles pour l'objet de barre "buffer_nicklist" :
| nick | core | Pseudonyme.
| prefix | core | Préfixe du pseudonyme.
| group | core | Nom du groupe.
+| irc_nick | irc | Pointeur vers le pseudo IRC _(WeeChat ≥ 3.0)_.
| irc_host | irc | Nom d'hôte pour le pseudonyme (si connu).
|===