nio

a simple irc client
git clone git@git.kloet.net/nio.git
Download | Log | Files | Refs | README

commit 3597152e7424b24233a60fe1b7492e8ee178d08f
parent 45c4c659970dee52d8dd373e548877ae453b690d
Author: Quentin Carbonneaux <qcarbonneaux@gmail.com>
Date:   Thu, 15 Mar 2012 00:18:31 +0100

Removed a useless reminiscent from the past.

Diffstat:
Mirc.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/irc.c b/irc.c @@ -37,7 +37,6 @@ struct { int y; WINDOW *sw, *mw, *iw; } scr; /* Screen relative data. */ -int eof; /* EOF reached on server side. */ struct Chan { char name[ChanLen]; char *buf, *eol;