1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's title bar (task #6030)

This commit is contained in:
Sebastien Helleu
2009-02-25 19:22:18 +01:00
parent 4772bd1865
commit 8f148ccfc7
17 changed files with 95 additions and 18 deletions
+1 -3
View File
@@ -348,9 +348,7 @@ irc_protocol_cmd_join (struct t_irc_server *server, const char *command,
/* remove topic and display channel creation date if joining new channel */
if (!ptr_channel->nicks)
{
if (ptr_channel->topic)
irc_channel_set_topic (ptr_channel, NULL);
irc_channel_set_topic (ptr_channel, NULL);
ptr_channel->display_creation_date = 1;
}