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

Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations.

This commit is contained in:
DukePyrolator
2012-04-08 12:43:34 +02:00
parent 9e1fda2a44
commit deb5196101
25 changed files with 983 additions and 43 deletions
+1
View File
@@ -94,6 +94,7 @@ class CommandCSInfo : public Command
CheckOptStr(optbuf, CI_TOPICLOCK, _("Topic Lock"), ci, u->Account());
CheckOptStr(optbuf, CI_PERSIST, _("Persistant"), ci, u->Account());
CheckOptStr(optbuf, CI_NO_EXPIRE, _("No expire"), ci, u->Account());
CheckOptStr(optbuf, CI_STATS, _("Chanstats"), ci, u->Account());
info["Options"] = optbuf.empty() ? _("None") : optbuf;
info["Mode lock"] = ci->GetMLockAsString(true);