From deb5196101bb14d6656fb89b9ec9e5f8b96eb31d Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 8 Apr 2012 12:43:34 +0200 Subject: Added Chanstats. It uses a new, improved database format and is not compatible with current phpdenora or magirc installations. --- modules/commands/cs_info.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/cs_info.cpp') diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index 1554a0693..290ead3ba 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -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); -- cgit