URI: 
       SLOC -> LOC - ii - irc it, simple FIFO based irc client
  HTML git clone git://git.suckless.org/ii
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f763ac712f2be5ca85cc7e538e57bff639959cc2
   DIR parent 3e66765243cd94bc3e843967d40ab4f761749482
  HTML Author: Nico Golde <nion@suckless.org>
       Date:   Fri,  2 Feb 2007 13:47:08 +0100
       
       SLOC -> LOC
       Diffstat:
         M ii.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ii.c b/ii.c
       @@ -274,7 +274,7 @@ static void proc_channels_input(Channel *c, char *buf) {
                                        snprintf(message, PIPE_BUF, "PART %s :%s\r\n", c->name, &buf[3]);
                                else
                                        snprintf(message, PIPE_BUF,
       -                                                "PART %s :ii - 500SLOC are too much\r\n", c->name);
       +                                                "PART %s :ii - 500 LOC are too much\r\n", c->name);
                                write(irc, message, strlen(message));
                                close(c->fd);
                                create_filepath(infile, sizeof(infile), c->name, "in");