diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index fd69a9a49..37a9e1b04 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -325,7 +325,7 @@ int InspIRCd::InvisibleUserCount() int InspIRCd::OperCount() { - return this->all_opers.count(); + return this->all_opers.size(); } int InspIRCd::UnregisteredUserCount() |