~aleteoryx/sexchat

3db1cd5498b6d2e91a86179d9639ffedb12609f7 — Aleteoryx 4 months ago ff2a8d6
fix topicbar changing to local user in dms
1 files changed, 1 insertions(+), 1 deletions(-)

M src/common/inbound.c
M src/common/inbound.c => src/common/inbound.c +1 -1
@@ 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)