From 3db1cd5498b6d2e91a86179d9639ffedb12609f7 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 21 Jul 2025 20:39:02 -0400 Subject: [PATCH] fix topicbar changing to local user in dms --- src/common/inbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/inbound.c b/src/common/inbound.c index 2be8154a3d76e0bfe8a33af02c4f3ba5df409c73..b039cbde5a5546dd06e019aa1aadd942ba327a68 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -194,7 +194,7 @@ inbound_privmsg (server *serv, char *from, char *to, char *ip, char *text, int i return; /* ?? */ } - if (ip && ip[0]) + if (ip && ip[0] && chan == from) set_topic (sess, ip, ip); if(chan == to)