From: Anselm R. Garbe Date: Fri, 9 Feb 2007 14:18:08 +0000 (+0100) Subject: changing the special command operator X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=60fc462aa931748914c9c221f73505413933d4cc changing the special command operator --- 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); } }