mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API reference) (issue #1538)
This commit is contained in:
@@ -12104,8 +12104,7 @@ Content of hashtable sent to callback (keys and values are of type "string"):
|
||||
| _chat | Chat area indicator. |
|
||||
"0" or "1" | "0"
|
||||
|
||||
| _chat_line | Pointer to line +
|
||||
_(WeeChat ≥ 1.2)_. |
|
||||
| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. |
|
||||
"0x1234abcd" | ""
|
||||
|
||||
| _chat_line_x | Column in line ^(3)^. |
|
||||
@@ -12159,8 +12158,7 @@ Content of hashtable sent to callback (keys and values are of type "string"):
|
||||
| _bar_item_col | Column in bar item. |
|
||||
"0" ... "n" | "-1"
|
||||
|
||||
| _bar_window | Pointer to bar window +
|
||||
_(WeeChat ≥ 2.9)_. |
|
||||
| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
|
||||
"0x1234abcd" | ""
|
||||
|===
|
||||
|
||||
@@ -12181,6 +12179,7 @@ Extra info for bar item "buffer_nicklist":
|
||||
| nick | core | Nick name.
|
||||
| prefix | core | Prefix for nick.
|
||||
| group | core | Group name.
|
||||
| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_.
|
||||
| irc_host | irc | Host for nick (if known).
|
||||
|===
|
||||
|
||||
|
||||
@@ -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).
|
||||
|===
|
||||
|
||||
|
||||
@@ -12599,8 +12599,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo
|
||||
"0" o "1" | "0"
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| _chat_line | Pointer to line +
|
||||
_(WeeChat ≥ 1.2)_. |
|
||||
| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. |
|
||||
"0x1234abcd" | ""
|
||||
|
||||
| _chat_line_x | Colonna nella riga ^(3)^. |
|
||||
@@ -12657,8 +12656,7 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo
|
||||
"0" ... "n" | "-1"
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| _bar_window | Pointer to bar window +
|
||||
_(WeeChat ≥ 2.9)_. |
|
||||
| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
|
||||
"0x1234abcd" | ""
|
||||
|===
|
||||
|
||||
@@ -12679,6 +12677,8 @@ Informazioni aggiuntive per l'elemento barra "buffer_nicklist":
|
||||
| nick | core | Nick.
|
||||
| prefix | core | Prefisso per il nick.
|
||||
| group | core | Nome gruppo.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_.
|
||||
| irc_host | irc | Host per il nick (se conosciuto).
|
||||
|===
|
||||
|
||||
|
||||
@@ -12109,8 +12109,7 @@ info を使う前にエリアが一致していることを確認して下さい
|
||||
| _chat | チャットエリアインジケータ |
|
||||
"0" または "1" | "0"
|
||||
|
||||
| _chat_line | 行へのポインタ +
|
||||
_(WeeChat バージョン 1.2 以上で利用可)_ |
|
||||
| _chat_line | 行へのポインタ _(WeeChat バージョン 1.2 以上で利用可)_ |
|
||||
"0x1234abcd" | ""
|
||||
|
||||
| _chat_line_x | 行中の列番号 ^(3)^ |
|
||||
@@ -12167,8 +12166,7 @@ info を使う前にエリアが一致していることを確認して下さい
|
||||
"0" ... "n" | "-1"
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| _bar_window | Pointer to bar window +
|
||||
_(WeeChat ≥ 2.9)_. |
|
||||
| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
|
||||
"0x1234abcd" | ""
|
||||
|===
|
||||
|
||||
@@ -12189,6 +12187,8 @@ info を使う前にエリアが一致していることを確認して下さい
|
||||
| nick | core | ニックネーム
|
||||
| prefix | core | ニックネームのプレフィックス
|
||||
| group | core | グループ名
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_.
|
||||
| irc_host | irc | ニックネームのホスト名 (判る場合)
|
||||
|===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user