1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

Fix bug with channel modes in buffer_name bar item (IRC plugin)

This commit is contained in:
Sebastien Helleu
2008-10-02 15:26:09 +02:00
parent c2852e9201
commit 932c5760ed
+1 -1
View File
@@ -101,7 +101,7 @@ irc_bar_item_buffer_name (void *data, struct t_gui_bar_item *item,
channel->name,
IRC_COLOR_BAR_DELIM,
IRC_COLOR_STATUS_NAME,
channel->modes,
(channel->modes) ? channel->modes : "",
IRC_COLOR_BAR_DELIM);
}
}