diff options
| author | arg@wmii.de <unknown> | 2006-07-20 09:57:57 +0200 |
|---|---|---|
| committer | arg@wmii.de <unknown> | 2006-07-20 09:57:57 +0200 |
| commit | 1871cf41b32fb5d7a750a2de250d19d21e00cec8 (patch) | |
| tree | aed9defcbb40793bce7423e505d1cc55da9ce2ad /sic.c | |
| parent | 72a49d1ed355b7aab70f3ed5a37354911a1d1074 (diff) | |
| download | cic-1871cf41b32fb5d7a750a2de250d19d21e00cec8.tar.gz | |
no the old way was better
Diffstat (limited to 'sic.c')
| -rw-r--r-- | sic.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
