diff --git a/src/botmsg.c b/src/botmsg.c index 5096ec41c..a4ff5d848 100644 --- a/src/botmsg.c +++ b/src/botmsg.c @@ -812,8 +812,6 @@ int add_note(char *to, char *from, char *msg, int idx, int echo) } /* Might be form "sock:nick" */ - splitc(ssf, from, ':'); - rmspace(ssf); splitc(ss, to, ':'); rmspace(ss); if (!ss[0])