diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 15:18:08 +0100 |
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 15:18:08 +0100 |
| commit | 60fc462aa931748914c9c221f73505413933d4cc (patch) | |
| tree | c2f3d6ad53991f79247e9239679bb68f517e96a3 /sic.c | |
| parent | 9b093ac5c6e68935d7b941678159ed1e3218daa8 (diff) | |
| download | cic-60fc462aa931748914c9c221f73505413933d4cc.tar.gz | |
changing the special command operator
Diffstat (limited to 'sic.c')
| -rw-r--r-- | sic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |
