changing the special command operator

This commit is contained in:
Anselm R. Garbe 2007-02-09 15:18:08 +01:00
parent 9b093ac5c6
commit 60fc462aa9

2
sic.c
View File

@ -135,7 +135,7 @@ parsesrv(char *msg) {
write(srv, bufout, strlen(bufout)); write(srv, bufout, strlen(bufout));
} }
else { else {
snprintf(bufout, sizeof bufout, "-!- %s: %s", cmd, txt ? txt : ""); snprintf(bufout, sizeof bufout, ">< %s: %s", cmd, txt ? txt : "");
pout(usr, bufout); pout(usr, bufout);
} }
} }