X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=irssistats.c;h=e287e770703b3c56630252fb2638001fda7971cf;hp=c4e9af2b5dc7d11e5533725a433b2f2d567a74d3;hb=b0ce1f03b1c243f376a37773641161c55349bcf3;hpb=bee112ed64c16e0642a15bce9f37a428cb062736 diff --git a/irssistats.c b/irssistats.c index c4e9af2..e287e77 100644 --- a/irssistats.c +++ b/irssistats.c @@ -1,5 +1,5 @@ /* - * irssistats version 0.73 + * irssistats version 0.74 * * This tool generates IRC stats based on irssi logs. * Usage: irssistats [/path/to/file.conf] @@ -49,7 +49,7 @@ #define MINWORDLENGTH 5 /* irssistats */ -#define VERSION "0.73" +#define VERSION "0.74" #define URL "http://royale.zerezo.com/irssistats/" /* Counters */ @@ -1097,6 +1097,8 @@ void parse_log(char *logfile) case '@': case '%': case '+': + case '&': + case '~': case ' ': nickstart = timelen+2; break;