summaryrefslogtreecommitdiff
path: root/sic.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-09 15:18:08 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-09 15:18:08 +0100
commit60fc462aa931748914c9c221f73505413933d4cc (patch)
treec2f3d6ad53991f79247e9239679bb68f517e96a3 /sic.c
parent9b093ac5c6e68935d7b941678159ed1e3218daa8 (diff)
downloadcic-60fc462aa931748914c9c221f73505413933d4cc.tar.gz
changing the special command operator
Diffstat (limited to 'sic.c')
-rw-r--r--sic.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}