mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklist
This commit is contained in:
@@ -529,11 +529,11 @@ irc_bar_item_focus_buffer_nicklist (void *data,
|
||||
ptr_nick = irc_nick_search (ptr_channel, nick);
|
||||
if (ptr_nick && ptr_nick->host)
|
||||
{
|
||||
weechat_hashtable_set (info, "host", ptr_nick->host);
|
||||
weechat_hashtable_set (info, "irc_host", ptr_nick->host);
|
||||
}
|
||||
}
|
||||
weechat_hashtable_set (info, "server", ptr_server->name);
|
||||
weechat_hashtable_set (info, "channel", ptr_channel->name);
|
||||
weechat_hashtable_set (info, "irc_server", ptr_server->name);
|
||||
weechat_hashtable_set (info, "irc_channel", ptr_channel->name);
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user