diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-10 11:29:23 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-10 11:29:23 +0100 |
commit | fec85376e7b79c8e7675ebc3e798a57998461928 (patch) | |
tree | 32dbbb19ac52f42d4cbd32685aa6a12cda307160 /data/chanstats.example.conf | |
parent | 0bf14650fa5f14edce581efbd318367b81fce32f (diff) |
Remove some duplicate chanstats settings.
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r-- | data/chanstats.example.conf | 10 |
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"; } |