diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-12-01 12:08:51 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-12-01 12:09:34 +0100 |
commit | c6f85b9312decba0bbcf5dcba4b801a4aab29b56 (patch) | |
tree | 22c7c24b9a301916e52700364cd30047ecef29db /data/chanstats.example.conf | |
parent | 5e4d52ad4717fb07dde629902beb70c252c8c8b4 (diff) |
made the chanstats fantasy modules work again.
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r-- | data/chanstats.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf index f686cd216..1fb408474 100644 --- a/data/chanstats.example.conf +++ b/data/chanstats.example.conf @@ -38,9 +38,15 @@ command { service = "NickServ"; name = "SASET CHANSTATS"; command = "nickserv/sa module { name = "cs_fantasy_stats" } command { service = "ChanServ"; name = "STATS"; command = "chanserv/stats"; } command { service = "ChanServ"; name = "GSTATS"; command = "chanserv/gstats"; } +fantasy { name = "STATS"; command = "chanserv/stats"; } +fantasy { name = "GSTATS"; command = "chanserv/gstats"; } module { name = "cs_fantasy_top" } command { service = "ChanServ"; name = "TOP"; command = "chanserv/top"; } command { service = "ChanServ"; name = "TOP10"; command = "chanserv/top10"; } command { service = "ChanServ"; name = "GTOP"; command = "chanserv/gtop"; } command { service = "ChanServ"; name = "GTOP10"; command = "chanserv/gtop10"; } +fantasy { name = "TOP"; command = "chanserv/top"; } +fantasy { name = "TOP10"; command = "chanserv/top10"; } +fantasy { name = "GTOP"; command = "chanserv/gtop"; } +fantasy { name = "GTOP10"; command = "chanserv/gtop10"; } |