sic

simple irc client
git clone git://git.suckless.org/sic
Log | Files | Refs | README | LICENSE

commit 6255ad68d67f6409ba8ee3e794f1ccdfad7ed101
parent 348c5b3afc198a255321d7e897be631453b61329
Author: arg@10ksloc.org <unknown>
Date:   Fri, 21 Jul 2006 13:45:34 +0200

I don't care if irc server is truncated

Diffstat:
Msic.c | 2+-
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, "%-12.12s: %s %s\n", channel, timestr, msg); + fprintf(stdout, "%-8.8s: %s %s\n", channel, timestr, msg); } static void