diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-04-08 12:43:34 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-04-08 12:43:34 +0200 |
commit | deb5196101bb14d6656fb89b9ec9e5f8b96eb31d (patch) | |
tree | 733001e6fc4af6cb2a42915d586e448dde742f77 /include/regchannel.h | |
parent | 9e1fda2a44dee120e26acc6e51fbe779eea97712 (diff) |
Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations.
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index d7c6a8492..cc7246097 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -57,6 +57,8 @@ enum ChannelInfoFlag * is set or not */ CI_PERSIST, + /* Chanstats are enabled */ + CI_STATS, CI_END }; @@ -64,7 +66,7 @@ enum ChannelInfoFlag const Anope::string ChannelInfoFlagStrings[] = { "BEGIN", "KEEPTOPIC", "SECUREOPS", "PRIVATE", "TOPICLOCK", "RESTRICTED", "PEACE", "SECURE", "NO_EXPIRE", "MEMO_HARDMAX", "SECUREFOUNDER", - "SIGNKICK", "SIGNKICK_LEVEL", "SUSPENDED", "PERSIST", "" + "SIGNKICK", "SIGNKICK_LEVEL", "SUSPENDED", "PERSIST", "STATS", "" }; /** Flags for badwords |