adding debug support

This commit is contained in:
Anselm R. Garbe 2007-02-08 15:32:51 +01:00
parent 93842a5fe0
commit e3cbbe71c2

1
sic.c
View File

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