diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-18 18:39:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-18 18:39:17 +0000 |
commit | e80337c204adbe3ff4b38eafed777ba2f8bac6fb (patch) | |
tree | 9d5d599b17d2a100a488c553c83b119620be876c /src/cmd_wallops.cpp | |
parent | 1c52b90e826ca3fdef6d55fccd7abbc4fdd90574 (diff) |
Really clever VOODOO.
RegisteredUserCount() used to take longer to execute than UnregisteredUserCount(), as all unregged users are local, so you only need to count in the local
vector not the global map.
Therefore, make RegisteredUserCount() just return this: this->UnregisteredUserCount() - clientlist.size()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6043 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_wallops.cpp')
0 files changed, 0 insertions, 0 deletions