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)