mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Fix bug with option irc.look.item_nick_prefix
This commit is contained in:
@@ -423,7 +423,8 @@ irc_bar_item_input_prompt (void *data, struct t_gui_bar_item *item,
|
||||
|
||||
/* build prefix */
|
||||
str_prefix[0] = '\0';
|
||||
if (channel)
|
||||
if (weechat_config_boolean (irc_config_look_item_nick_prefix)
|
||||
&& channel)
|
||||
{
|
||||
ptr_nick = irc_nick_search (channel, server->nick);
|
||||
if (ptr_nick)
|
||||
|
||||
Reference in New Issue
Block a user