1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 06:23:14 +02:00

m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats

This commit is contained in:
DukePyrolator
2014-01-19 08:11:19 +01:00
parent 4b192addd2
commit df8d85d80a
2 changed files with 18 additions and 4 deletions
+3 -3
View File
@@ -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"; }