summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-07-20 09:52:30 +0200
committerarg@10ksloc.org <unknown>2006-07-20 09:52:30 +0200
commit72a49d1ed355b7aab70f3ed5a37354911a1d1074 (patch)
treee7975b4f51e28ed5a25572a4dc988027e3ceb1f0
parent503fe49ef69cbc686440b8561c51f41e31615b2f (diff)
downloadcic-72a49d1ed355b7aab70f3ed5a37354911a1d1074.tar.gz
changing output format
-rw-r--r--sic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sic.c b/sic.c
index 7199c14..bda5f88 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", channel, timestr, msg);
+ fprintf(stdout, "%s %s: %s\n", timestr, channel, msg);
}
static void