summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}
}