h9k / magirc

PHP Frontend for Anope / Denora IRC Statistics
https://h9k.github.io/magirc/
35 stars 14 forks source link

Don't depend on standard denora table names #107

Closed DjSlash closed 10 years ago

DjSlash commented 10 years ago

Table-names in denora are configurable, therefore magirc shouldn't assume that those tables exists (and/or are populated).

h9k commented 10 years ago

I was lazy and assumed that hopefully nobody changed those, so at least there is a prefix option in magirc... but now I realize I added that when I added Anope support, and it doesn't work with Denora... I'm implementing that, once it's done it will be easier to also add support for specifying each table separately, although I would like to avoid that :P

h9k commented 10 years ago

Prefix support works with denora in latest git