summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-07-21 13:45:34 +0200
committerarg@10ksloc.org <unknown>2006-07-21 13:45:34 +0200
commit6255ad68d67f6409ba8ee3e794f1ccdfad7ed101 (patch)
tree73dd1f75e6b59ed26cee3ee8aeb45a7b0ef02a6e
parent348c5b3afc198a255321d7e897be631453b61329 (diff)
downloadcic-6255ad68d67f6409ba8ee3e794f1ccdfad7ed101.tar.gz
I don't care if irc server is truncated
-rw-r--r--sic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sic.c b/sic.c
index 9393c53..c2dec5a 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, "%-12.12s: %s %s\n", channel, timestr, msg);
+ fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg);
}
static void