summaryrefslogtreecommitdiff
path: root/data/chanstats.example.conf
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2014-01-19 08:11:19 +0100
committerDukePyrolator <DukePyrolator@anope.org>2014-01-19 08:11:19 +0100
commitdf8d85d80aae4af79293f52095ab487a745bef5a (patch)
tree6295426894e2103540ce50d8e8e9b8d469d29b79 /data/chanstats.example.conf
parent4b192addd2fbd20c2dd98530cd57580fa41bd30e (diff)
m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r--data/chanstats.example.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf
index 1fb408474..ed7a07c8c 100644
--- a/data/chanstats.example.conf
+++ b/data/chanstats.example.conf
@@ -26,10 +26,10 @@ module
/*
* Enable Chanstats for newly registered nicks / channels.
- * Set it to 0 to disable it.
+ * Set it to No to disable it.
*/
- NSDefChanstats = 1
- CSDefChanstats = 1
+ NSDefChanstats = Yes
+ CSDefChanstats = Yes
}
command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; }
command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; }