changing the special command operator
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user