I don't care if irc server is truncated - sic - simple irc client
(HTM) git clone git://git.suckless.org/sic
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6255ad68d67f6409ba8ee3e794f1ccdfad7ed101
(DIR) parent 348c5b3afc198a255321d7e897be631453b61329
(HTM) Author: arg@10ksloc.org <unknown>
Date: Fri, 21 Jul 2006 13:45:34 +0200
I don't care if irc server is truncated
Diffstat:
M sic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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, "%-12.12s: %s %s\n", channel, timestr, msg);
+ fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg);
}
static void