X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusermanager.h;h=c6745ace626d12f2347c6caeccbe881e3b351884;hb=429a4ddf6ac9fd0f16667ff38a40dc437d9af2d2;hp=50dac27bf9b267754ae2330fcb34a1652030d314;hpb=f2febe8ff61766f1b57305fae873071de4526d58;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/usermanager.h b/include/usermanager.h index 50dac27bf..c6745ace6 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -161,10 +161,6 @@ class CoreExport UserManager */ unsigned int LocalUserCount() const { return (this->local_count - this->UnregisteredUserCount()); } - /** Number of users with a certain mode set on them - */ - int ModeCount(const char mode); - /** Send a server notice to all local users * @param text The text format string to send * @param ... The format arguments