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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user