diff options
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index c96566f8d..09d72cac5 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -220,7 +220,7 @@ namespace Stats { serializer.BeginBlock("channel") .Attribute("channelname", c->name) - .Attribute("usercount", c->GetUserCounter()) + .Attribute("usercount", c->GetUsers().size()) .Attribute("channelmodes",c->ChanModes(true)); if (!c->topic.empty()) |
