summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-14 14:04:33 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-14 14:04:33 +0200
commit08f13b3965cb339550f7cc8a9777ac6fe766356c (patch)
tree60a7c5cedc79b29e9e195ab0457304964eea54eb /doc
parentae2c061350e05230ad8423ba24adc08d0a19e7a2 (diff)
downloadweechat-08f13b3965cb339550f7cc8a9777ac6fe766356c.zip
core: add key "_chat_line_nick" in focus hashtable
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt1
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt1
-rw-r--r--doc/it/weechat_plugin_api.it.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index b0e171726..a58d018be 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -8290,6 +8290,7 @@ Content of hashtable sent to callback (keys and values are of type "string"):
| _chat_line_date_printed | line date ^(3)^ | "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" | ""
| _chat_line_prefix | prefix of line | "@FlashCode" | ""
| _chat_line_message | message of line | "Hello world!" | ""
| _chat_word | word at (x,y) | "Hello" | ""
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index dade01995..0d1c49ff5 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -8427,6 +8427,7 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ
| _chat_line_date_printed | date de la ligne ^(3)^ | "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" | ""
| _chat_line_prefix | préfixe de la ligne | "@FlashCode" | ""
| _chat_line_message | message de la ligne | "Hello world!" | ""
| _chat_word | mot à la position (x,y) | "Hello" | ""
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index ba37be461..34a060cc4 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -8347,6 +8347,7 @@ Content of hashtable sent to callback (keys and values are of type "string"):
| _chat_line_date_printed | line date ^(3)^ | "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" | ""
| _chat_line_prefix | prefix of line | "@FlashCode" | ""
| _chat_line_message | message of line | "Hello world!" | ""
| _chat_word | word at (x,y) | "Hello" | ""