From 60fc462aa931748914c9c221f73505413933d4cc Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 9 Feb 2007 15:18:08 +0100 Subject: [PATCH] changing the special command operator --- sic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sic.c b/sic.c index 4d925a7..0a875ab 100644 --- a/sic.c +++ b/sic.c @@ -135,7 +135,7 @@ parsesrv(char *msg) { write(srv, bufout, strlen(bufout)); } else { - snprintf(bufout, sizeof bufout, "-!- %s: %s", cmd, txt ? txt : ""); + snprintf(bufout, sizeof bufout, ">< %s: %s", cmd, txt ? txt : ""); pout(usr, bufout); } } -- 2.39.2