From: arg@wmii.de Date: Thu, 20 Jul 2006 07:57:57 +0000 (+0200) Subject: no the old way was better X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=1871cf41b32fb5d7a750a2de250d19d21e00cec8 no the old way was better --- diff --git a/sic.c b/sic.c index bda5f88..7199c14 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, "%s %s: %s\n", timestr, channel, msg); + fprintf(stdout, "%s: %s %s\n", channel, timestr, msg); } static void