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
1 changed files with 1 additions and 1 deletions

2
sic.c
View File

@ -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);
}
}