summaryrefslogtreecommitdiff
path: root/data/chanstats.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
committerAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
commit1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch)
tree4486f0784bdf050fd7eb225c0cb9df352ce1f45a /data/chanstats.example.conf
parent781defb7076ddfddf723ca08cd0a518b6657b64f (diff)
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r--data/chanstats.example.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf
index 0f131a85a..f686cd216 100644
--- a/data/chanstats.example.conf
+++ b/data/chanstats.example.conf
@@ -3,9 +3,10 @@
* Make sure BotServ, ChanServ and NickServ are running.
*/
-module { name = "m_chanstats" }
-chanstats
+module
{
+ name = "m_chanstats"
+
/*
* The name of this engine.
* This must match with the name of an SQL engine block.