summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 46b24de7b..2f7f1fd16 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -310,6 +310,11 @@ bool Server::AddExtendedMode(char modechar, int type, bool requires_oper, int pa
return DoAddExtendedMode(modechar,type,requires_oper,params_when_on,params_when_off);
}
+int Server::CountUsers(chanrec* c)
+{
+ return usercount(c);
+}
+
ConfigReader::ConfigReader()
{