summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-16 09:15:00 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-16 09:15:00 +0200
commita234bc90ad2384f1efb067bbf7db801f5233c365 (patch)
tree20fdb562226b6550daf94dd00fb99ebb8e7854b0 /doc/en
parent8f0e0307c5244c3f6bf43debe3930ec1ca433ce7 (diff)
downloadweechat-a234bc90ad2384f1efb067bbf7db801f5233c365.zip
irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklist
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 7dd9e654a..795a78fa3 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -8320,9 +8320,9 @@ Extra info for bar item "buffer_nicklist":
| nick | core | nick name
| prefix | core | prefix for nick
| group | core | group name
-| host | irc | host for nick (if known)
-| server | irc | internal name of server
-| channel | irc | channel name
+| irc_host | irc | host for nick (if known)
+| irc_server | irc | internal name of server
+| irc_channel | irc | channel name
|========================================
[NOTE]