]> git.armaanb.net Git - sic.git/commitdiff
no the old way was better
authorarg@wmii.de <unknown>
Thu, 20 Jul 2006 07:57:57 +0000 (09:57 +0200)
committerarg@wmii.de <unknown>
Thu, 20 Jul 2006 07:57:57 +0000 (09:57 +0200)
sic.c

diff --git a/sic.c b/sic.c
index bda5f88455102576447d943975426266bfa72d36..7199c14381b810bce0badac9bc71fb1641383fb1 100644 (file)
--- 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