mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
doc: replace "line date" by "line date/time" for hashtable of hook_focus in plugin API reference
This commit is contained in:
@@ -8423,8 +8423,8 @@ Content of hashtable sent to callback (keys and values are of type "string"):
|
||||
| _chat | chat area indicator | "0" or "1" | "0"
|
||||
| _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_y | line number ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_date | line date | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_date | line date/time | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date/time ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_time | time displayed | "14:06:15" | ""
|
||||
| _chat_line_tags | tags of line | "irc_privmsg,notify_message,nick_FlashCode,log1" | ""
|
||||
| _chat_line_nick | nick of line | "FlashCode" | ""
|
||||
|
||||
@@ -8564,8 +8564,8 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ
|
||||
| _chat | indicateur zone "chat" | "0" ou "1" | "0"
|
||||
| _chat_line_x | colonne de la ligne ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_y | numéro de ligne ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_date | date de la ligne | "1313237175" | "0"
|
||||
| _chat_line_date_printed | date de la ligne ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_date | date/heure de la ligne | "1313237175" | "0"
|
||||
| _chat_line_date_printed | date/heure de la ligne ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_time | heure affichée | "14:06:15" | ""
|
||||
| _chat_line_tags | étiquettes de la ligne | "irc_privmsg,notify_message,nick_FlashCode,log1" | ""
|
||||
| _chat_line_nick | pseudo de la ligne | "FlashCode" | ""
|
||||
|
||||
@@ -8484,8 +8484,8 @@ Content of hashtable sent to callback (keys and values are of type "string"):
|
||||
| _chat | chat area indicator | "0" or "1" | "0"
|
||||
| _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_y | line number ^(3)^ | "0" ... "n" | "-1"
|
||||
| _chat_line_date | line date | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_date | line date/time | "1313237175" | "0"
|
||||
| _chat_line_date_printed | line date/time ^(4)^ | "1313237175" | "0"
|
||||
| _chat_line_time | time displayed | "14:06:15" | ""
|
||||
| _chat_line_tags | tags of line | "irc_privmsg,notify_message,nick_FlashCode,log1" | ""
|
||||
| _chat_line_nick | nick of line | "FlashCode" | ""
|
||||
|
||||
Reference in New Issue
Block a user