From dc72f43abf30289047a750e23f31afc340783572 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Sun, 2 Feb 2025 07:13:31 +0100 Subject: [PATCH] Fix add_note() --- src/botmsg.c | 2 -- 1 file changed, 2 deletions(-) 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])