URI:
       updated and prepared sic-0.1 - sic - simple irc client
  HTML git clone git://git.suckless.org/sic
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e86d1bcf0ae7df29c4fc10fd61af2a829e542118
   DIR parent 37ca48e77061721bc0d2e133c088995c1548c337
  HTML Author: arg@10ksloc.org <unknown>
       Date:   Thu, 20 Jul 2006 10:10:08 +0200
       
       updated and prepared sic-0.1
       
       Diffstat:
         M config.mk                           |       2 +-
         M sic.1                               |       6 ------
         M sic.c                               |       1 -
         M sic.html                            |       4 ++++
       
       4 files changed, 5 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -4,7 +4,7 @@
        PREFIX = /usr/local
        MANPREFIX = ${PREFIX}/share/man
        
       -VERSION = 0.0
       +VERSION = 0.1
        
        # includes and libs
        LIBS = -L${PREFIX}/lib -L/usr/lib -lc
   DIR diff --git a/sic.1 b/sic.1
       @@ -59,9 +59,3 @@ Set the channel topic
        .TP
        Everything which is not a command will simply be posted into the channel or to
        the server.
       -.SH CUSTOMIZATION
       -.B sic
       -is customized through editing its source code.  This keeps it fast, secure and
       -simple. The source code contains the
       -.I CUSTOMIZE
       -keyword to highlight relevant portions for customization.
   DIR diff --git a/sic.c b/sic.c
       @@ -18,7 +18,6 @@
        
        enum { Tnick, Tuser, Tcmd, Tchan, Targ, Ttext, Tlast };
        
       -/* CUSTOMIZE */
        static char *server = "irc.oftc.net";
        static int port = 6667;
        static char *nick = NULL;
   DIR diff --git a/sic.html b/sic.html
       @@ -23,6 +23,10 @@
                        <ul>
                                <li><a href="http://10kloc.org/cgi-bin/man/man2html?query=sic">Man page</a></li>
                        </ul>
       +                <h3>Download</h3>
       +                <ul>
       +                        <li><a href="http://10kloc.org/download/sic-0.1.tar.gz">sic 0.1</a> (5kb) (20060720)</li>
       +                </ul>
                        <h2>Development</h2>
                        <p>
                        You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/sic">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command: