]> git.armaanb.net Git - sic.git/commitdiff
changing the special command operator
authorAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 14:18:08 +0000 (15:18 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 14:18:08 +0000 (15:18 +0100)
sic.c

diff --git a/sic.c b/sic.c
index 4d925a7c8e96a79e6739d96d3274145c0af8437f..0a875ab5de0730b156a744763f696ec52a1bb2e6 100644 (file)
--- 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);
        }
 }