adding debug support - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e3cbbe71c2694cac4c724d6b8b569836f6fa98ea | |
parent 93842a5fe06992cb0738db02fe20f67d83f1849b | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Thu, 8 Feb 2007 15:32:51 +0100 | |
adding debug support | |
Diffstat: | |
M sic.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/sic.c b/sic.c | |
@@ -101,6 +101,7 @@ parsesrv(char *msg) { | |
if(!msg || !(*msg)) | |
return; | |
+ pout("debug", msg); | |
if(msg[0] == ':') { /* check prefix */ | |
if(!(p = strchr(msg, ' '))) | |
return; |