1
0
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:
Sebastien Helleu
2010-02-06 12:17:13 +01:00
parent bd1b6c1794
commit df1a6b0c3d
+2 -1
View File
@@ -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)