diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-05 18:14:30 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-05 18:14:30 +0200 |
commit | 971e464e860866a80415ecf57857c8eb7d1e75aa (patch) | |
tree | 6c095ea39fbcc52f3f22c2fef7ebbc76412129d0 /doc/it | |
parent | 875112756ca1ea162fce01ba85709c150e5269af (diff) | |
download | weechat-971e464e860866a80415ecf57857c8eb7d1e75aa.zip |
doc: replace "line date" by "line date/time" for hashtable of hook_focus in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 9bddc133d..9bd724d3e 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -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" | "" |