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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user