~aleteoryx/sexchat

42b73b8aee505bcb55338036bdbeaff64de3a394 — Aleteoryx 4 months ago 0226cb5 + 3db1cd5
Merge branch 'bugfix'
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)