Never consider notices hot

master
C. McEnroe 2020-02-06 04:37:28 -05:00
parent 68440d50c6
commit e1f10958c9
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static void handlePrivmsg(struct Message *msg) {
bool action = isAction(msg);
bool mention = !mine && isMention(msg);
uiFormat(
id, (mention || query ? Hot : Warm), tagTime(msg),
id, (!notice && (mention || query) ? Hot : Warm), tagTime(msg),
"%s\3%d%s%s%s\17\t%s",
(mention ? "\26" : ""),
hash(msg->user),