diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 15:01:15 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 15:01:15 +0000 |
commit | 8691870bf726a898b11cc4173e42db5b6f597cf3 (patch) | |
tree | c5a200a80d6ed96e6994fa12a2a4149d6d63282c /include/inspircd.h | |
parent | 5d5285f24b1fe306faa2a6d0565ba1cff0f17f11 (diff) |
Remove a wrapper, it's easy to read as is :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8300 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 28d2d534c..eef05116b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -681,11 +681,6 @@ class CoreExport InspIRCd : public classbase */ int RegisteredUserCount(); - /** Return a count of invisible (umode +i) users only - * @return The number of invisible users - */ - int InvisibleUserCount(); - /** Return a count of opered (umode +o) users only * @return The number of opers */ |