no the old way was better

This commit is contained in:
arg@wmii.de 2006-07-20 09:57:57 +02:00
parent 72a49d1ed3
commit 1871cf41b3

2
sic.c
View File

@ -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