summaryrefslogtreecommitdiff
path: root/data/chanstats.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-10 11:29:23 +0100
committerSadie Powell <sadie@witchery.services>2025-05-10 11:29:23 +0100
commitfec85376e7b79c8e7675ebc3e798a57998461928 (patch)
tree32dbbb19ac52f42d4cbd32685aa6a12cda307160 /data/chanstats.example.conf
parent0bf14650fa5f14edce581efbd318367b81fce32f (diff)
Remove some duplicate chanstats settings.
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r--data/chanstats.example.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf
index 31e6897a6..8dd4b640a 100644
--- a/data/chanstats.example.conf
+++ b/data/chanstats.example.conf
@@ -1,5 +1,9 @@
/*
* Example configuration file for Chanstats.
+ *
+ * You can enable Chanstats by default by adding CS_STATS to {chanserv}:defaults
+ * and NS_STATS to {nickserv}:defaults.
+ *
* Make sure BotServ, ChanServ and NickServ are running.
*/
@@ -23,12 +27,6 @@ module
smileyshappy = ":) :-) ;) ;-) :D :-D :P :-P"
smileyssad = ":( :-( ;( ;-("
smileysother = ":/ :-/"
-
- /*
- * Enable Chanstats for newly registered nicks / channels.
- */
- ns_def_chanstats = yes
- cs_def_chanstats = yes
}
command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; }
command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; }