From: arg@10ksloc.org Date: Fri, 21 Jul 2006 11:45:34 +0000 (+0200) Subject: I don't care if irc server is truncated X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=6255ad68d67f6409ba8ee3e794f1ccdfad7ed101 I don't care if irc server is truncated --- diff --git a/sic.c b/sic.c index 9393c53..c2dec5a 100644 --- 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, "%-12.12s: %s %s\n", channel, timestr, msg); + fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg); } static void