removed debug output
This commit is contained in:
parent
264f8e9422
commit
9b093ac5c6
1
sic.c
1
sic.c
@ -102,7 +102,6 @@ parsesrv(char *msg) {
|
|||||||
txt = NULL;
|
txt = NULL;
|
||||||
if(!msg || !(*msg))
|
if(!msg || !(*msg))
|
||||||
return;
|
return;
|
||||||
pout("debug", msg);
|
|
||||||
if(msg[0] != ':')
|
if(msg[0] != ':')
|
||||||
return; /* don't handle prefix-less server commands */
|
return; /* don't handle prefix-less server commands */
|
||||||
if(!(p = strchr(msg, ' ')))
|
if(!(p = strchr(msg, ' ')))
|
||||||
|
Loading…
Reference in New Issue
Block a user