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

irc: add separate color option for current topic in channel buffer

This commit is contained in:
Simmo Saan
2015-07-20 16:17:11 +03:00
parent b1bd5c721e
commit 6ef0e5ec1e
4 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -3475,11 +3475,12 @@ IRC_PROTOCOL_CALLBACK(332)
server, NULL, command, NULL, ptr_buffer),
date,
irc_protocol_tags (command, "irc_numeric", NULL, NULL),
_("%sTopic for %s%s%s is \"%s%s\""),
_("%sTopic for %s%s%s is \"%s%s%s\""),
weechat_prefix ("network"),
IRC_COLOR_CHAT_CHANNEL,
argv[3],
IRC_COLOR_RESET,
IRC_COLOR_TOPIC_CURRENT,
(topic_color) ? topic_color : ((pos_topic) ? pos_topic : ""),
IRC_COLOR_RESET);
}