]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Missed one.
[user/henk/code/inspircd.git] / src / users.cpp
index 3e9baba72d3e90812ff66c287627910670957138..de608508400d7ecbb3102005a8406e9f9ebac134 100644 (file)
@@ -11,7 +11,7 @@
  * ---------------------------------------------------
  */
 
-/* $Core: libIRCDusers */
+/* $Core */
 
 #include "inspircd.h"
 #include <stdarg.h>
@@ -861,7 +861,6 @@ void User::CheckClass()
        }
 
        this->nping = ServerInstance->Time() + a->GetPingTime() + ServerInstance->Config->dns_timeout;
-       this->MaxChans = a->GetMaxChans();
 }
 
 bool User::CheckLines()
@@ -1755,12 +1754,6 @@ void User::SplitChanList(User* dest, const std::string &cl)
        }
 }
 
-unsigned int User::GetMaxChans()
-{
-       return this->MaxChans;
-}
-
-
 /*
  * Sets a user's connection class.
  * If the class name is provided, it will be used. Otherwise, the class will be guessed using host/ip/ident/etc.