X-Git-Url: http://royale.zerezo.com/git/?p=irssistats;a=blobdiff_plain;f=README;h=0a2c7be4a3f24de35e8b67634ca48cbf247f3553;hp=01aaf4fffc86f3302edd2b7305a13d324bf15473;hb=21bd986e12060b48653b3718250b6ead6b75715f;hpb=3908ded2c18f259d9eea9f31600020cf940ada3e diff --git a/README b/README index 01aaf4f..0a2c7be 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -irssistats 0.4 +irssistats 0.41 site: http://royale.zerezo.com/programmation/irssistats/ mail: royale@zerezo.com @@ -7,16 +7,19 @@ make cp pix/*.png /path/to/webdir/ usage: -cat /path/to/file.log | ./irssistats channel maintainer language theme [nickfile] > /path/to/webdir/index.html +cat /path/to/file.log | ./irssistats \#channel maintainer language theme [nickfile] > /path/to/webdir/index.html +(don't forget to escape the '#' in the channel name) nickfile: Since version 0.4 of irssistats, you can use a nickfile to specify nicks to join. Each line of the nickfile contains the final nick and a regular expression. Examples : - royale ^[Rr]oyale : join nicks starting with "Royale" or "royale" to the final nick "royale" - royale ^antoine$ : also join the nick "antoine" to the final nick "royale" - djakette [Dd]ja : join any nick that contains "Dja" or "dja" to final nick "djakette" + royale ^[Rr]oyale : join nicks starting with "Royale" or "royale" to the final nick "royale" + royale ^antoine$ : also join the nick "antoine" to the final nick "royale" + djakette [Dd]ja : join any nick that contains "Dja" or "dja" to final nick "djakette" + ^bot\|royale$ : remove "bot|royale" from statistics The nickfile must not contain any comments. +The final nick will remove matching nicks from all statistics, except from "Some URLs" and "Some topics"... You can also take a look at the "sample.nickfile.txt" in this package. links: