aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/umode_o.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-02-02 20:55:16 +0000
committerGravatar w00t2008-02-02 20:55:16 +0000
commitdd98d56cabcd08a3d5207454e002b187af98d28a (patch)
treeeb1eda174686679b500dee7d9f35a8c67a15971e /src/modes/umode_o.cpp
parentFix $config{HAS_OPENSSL} winding up undefined and crashing configure if opens... (diff)
downloadinspircd++-dd98d56cabcd08a3d5207454e002b187af98d28a.tar.gz
inspircd++-dd98d56cabcd08a3d5207454e002b187af98d28a.tar.bz2
inspircd++-dd98d56cabcd08a3d5207454e002b187af98d28a.zip
Move some stuff to usermanager, remove a little header insanity, remove trace because it's still less useful than a chocolate fireman.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8790 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/umode_o.cpp')
-rw-r--r--src/modes/umode_o.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/umode_o.cpp b/src/modes/umode_o.cpp
index 622af0206..5d8b68ae2 100644
--- a/src/modes/umode_o.cpp
+++ b/src/modes/umode_o.cpp
@@ -45,5 +45,5 @@ ModeAction ModeUserOperator::OnModeChange(User* source, User* dest, Channel*, st
unsigned int ModeUserOperator::GetCount()
{
- return ServerInstance->all_opers.size();
+ return count;
}