URI:
       no the old way was better - sic - simple irc client
  HTML git clone git://git.suckless.org/sic
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 1871cf41b32fb5d7a750a2de250d19d21e00cec8
   DIR parent 72a49d1ed355b7aab70f3ed5a37354911a1d1074
  HTML Author: arg@wmii.de <unknown>
       Date:   Thu, 20 Jul 2006 09:57:57 +0200
       
       no the old way was better
       
       Diffstat:
         M sic.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/sic.c b/sic.c
       @@ -52,7 +52,7 @@ pout(char *channel, char *msg)
                time_t t = time(0);
        
                strftime(timestr, sizeof(timestr), "%a %R", localtime(&t));
       -        fprintf(stdout, "%s %s: %s\n", timestr, channel, msg);
       +        fprintf(stdout, "%s: %s %s\n", channel, timestr, msg);
        }
        
        static void