changing the special command operator
This commit is contained in:
parent
9b093ac5c6
commit
60fc462aa9
2
sic.c
2
sic.c
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user