aboutsummaryrefslogtreecommitdiffstats
path: root/src/channels.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-05-12 19:09:42 +0000
committerGravatar brain2005-05-12 19:09:42 +0000
commit194838af39aa5fc823571afe9d61b2453573a32d (patch)
treeb532e27e75d95dcfa56d83ef70924e71ea247464 /src/channels.cpp
parentStructure optimizations, changed a lot of bools into binary bitmasks (diff)
downloadinspircd++-194838af39aa5fc823571afe9d61b2453573a32d.tar.gz
inspircd++-194838af39aa5fc823571afe9d61b2453573a32d.tar.bz2
inspircd++-194838af39aa5fc823571afe9d61b2453573a32d.zip
Changed the type of struct whowas records are stored in (no need to waste a big heavy userrec)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 5ba38a9e6..7962665b7 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -199,14 +199,6 @@ std::string chanrec::GetModeParameter(char mode)
return "";
}
-void chanrec::IncUserCounter()
-{
-}
-
-void chanrec::DecUserCounter()
-{
-}
-
long chanrec::GetUserCounter()
{
return (this->internal_userlist.size());