version 0.43
[irssistats] / README
diff --git a/README b/README
index 01aaf4f..d13d480 100644 (file)
--- a/README
+++ b/README
@@ -1,22 +1,25 @@
-irssistats 0.4
+irssistats 0.43
 site: http://royale.zerezo.com/programmation/irssistats/
 mail: royale@zerezo.com
 
 install:
 make
 site: http://royale.zerezo.com/programmation/irssistats/
 mail: royale@zerezo.com
 
 install:
 make
-cp pix/*.png /path/to/webdir/
+cp pix/* /path/to/webdir/
 
 usage:
 
 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 :
 
 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"
+  <NULL> ^bot\|royale$ : remove "bot|royale" from statistics
 The nickfile must not contain any comments.
 The nickfile must not contain any comments.
+The <NULL> 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:
 You can also take a look at the "sample.nickfile.txt" in this package.
 
 links: