commit 1871cf41b32fb5d7a750a2de250d19d21e00cec8
parent 72a49d1ed355b7aab70f3ed5a37354911a1d1074
Author: arg@wmii.de <unknown>
Date: Thu, 20 Jul 2006 09:57:57 +0200
no the old way was better
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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