summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index 01e2e5e..49011f5 100644
--- a/handle.c
+++ b/handle.c
@@ -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),
amp;id=16a31d2f7483f21d413efc44f182c85cc40fee89&follow=1'>Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe