adding debug support

This commit is contained in:
Anselm R. Garbe 2007-02-08 15:32:51 +01:00
parent 93842a5fe0
commit e3cbbe71c2
1 changed files with 1 additions and 0 deletions

1
sic.c
View File

@ -101,6 +101,7 @@ parsesrv(char *msg) {
if(!msg || !(*msg))
return;
pout("debug", msg);
if(msg[0] == ':') { /* check prefix */
if(!(p = strchr(msg, ' ')))
return;