Never consider notices hot
parent
68440d50c6
commit
e1f10958c9
2
handle.c
2
handle.c
|
@ -295,7 +295,7 @@ static void handlePrivmsg(struct Message *msg) {
|
||||||
bool action = isAction(msg);
|
bool action = isAction(msg);
|
||||||
bool mention = !mine && isMention(msg);
|
bool mention = !mine && isMention(msg);
|
||||||
uiFormat(
|
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",
|
"%s\3%d%s%s%s\17\t%s",
|
||||||
(mention ? "\26" : ""),
|
(mention ? "\26" : ""),
|
||||||
hash(msg->user),
|
hash(msg->user),
|
||||||
|
|
Loading…
Reference in New Issue