obskyr / pycs

Python Chat Statistics. Generates web pages and stats based on your (or your IRC bot's) IRC logs. Easily scheduled!
http://obskyr.github.io/pycs/
10 stars 4 forks source link

Added support for irssi-generated log files #12

Closed pola closed 9 years ago

pola commented 9 years ago

Generating log files with irssi can be turned on via '/set autolog on'. As irssi allows you to define custom formats of the log files with regular expressions, this irssi.cfg is only suitable for the default log format – which however is very commonly used.

pola commented 9 years ago

Committed a one-liner to ensure flawless results even when no lines where parsed from the log file(s) provided.

obskyr commented 9 years ago

Thanks! I really appreciate it!