From c6f85b9312decba0bbcf5dcba4b801a4aab29b56 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 1 Dec 2013 12:08:51 +0100 Subject: made the chanstats fantasy modules work again. --- data/chanstats.example.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') 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"; } -- cgit