diff options
author | Robby- <robby@chat.be> | 2013-01-31 06:19:14 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-01-31 06:19:14 +0100 |
commit | aea86906f40775e92c5219266eef7dfdb05f6589 (patch) | |
tree | d1487100ce9b1e716ab7945cef6126093dcab1dc /data/chanstats.example.conf | |
parent | a62698a14a1c8b735050845b752f7a0f7175c227 (diff) |
Some configuration file updates: Removed now non-existing settings. Redid some existing settings to look more consistent/uniform. Added some missing commands/permissions.
Merged operserv/modlist permission into operserv/modinfo.
Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders.
Fixed some typos aswell as removed whitespaces along the way.
Diffstat (limited to 'data/chanstats.example.conf')
-rw-r--r-- | data/chanstats.example.conf | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf index 2e63391a2..3244ce751 100644 --- a/data/chanstats.example.conf +++ b/data/chanstats.example.conf @@ -4,12 +4,11 @@ */ module { name = "m_chanstats" } - chanstats { - /* + /* * The name of this engine. - * This must match with the name of a SQL engine block + * This must match with the name of an SQL engine block. */ engine = "mysql/main" @@ -20,21 +19,20 @@ chanstats */ prefix = "anope_" - smileyshappy = ":) :-) ;) :D :-D" + smileyshappy = ":) :-) ;) ;-) :D :-D :P :-P" smileyssad = ":( :-( ;( ;-(" - smileysother = ":/" + smileysother = ":/ :-/" /* - * Enable Chanstats for new registered nicks / channels - * set it to 0 to disable it. + * Enable Chanstats for newly registered nicks / channels. + * Set it to 0 to disable it. */ NSDefChanstats = 1 CSDefChanstats = 1 } - command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; } command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; } -command { service = "NIckServ"; name = "SASET CHANSTATS"; command = "nickserv/saset/chanstats"; } +command { service = "NickServ"; name = "SASET CHANSTATS"; command = "nickserv/saset/chanstats"; } module { name = "cs_fantasy_stats" } command { service = "ChanServ"; name = "STATS"; command = "chanserv/stats"; } |