*** ctcp.c.orig Thu Sep 2 19:41:21 1993 --- ctcp.c Thu Sep 2 19:46:47 1993 *************** *** 634,640 **** if (is_current_channel(to, 0)) put_it("* %s %s", from, cmd); else ! put_it("* %s:%s %s", from, to, cmd); } } else --- 634,640 ---- if (is_current_channel(to, 0)) put_it("* %s %s", from, cmd); else ! put_it("* %s: %s %s", to, from, cmd); } } else