adding debug support - sic - simple irc client
HTML git clone git://git.suckless.org/sic
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e3cbbe71c2694cac4c724d6b8b569836f6fa98ea
DIR parent 93842a5fe06992cb0738db02fe20f67d83f1849b
HTML Author: Anselm R. Garbe <arg@suckless.org>
Date: Thu, 8 Feb 2007 15:32:51 +0100
adding debug support
Diffstat:
M sic.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR 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;