diff options
| author | 2009-10-21 23:45:32 +0000 | |
|---|---|---|
| committer | 2009-10-21 23:45:32 +0000 | |
| commit | ff3eef491aa9e107d09d9dd9560ef7715b37b3b3 (patch) | |
| tree | 76532ed5d9dd8ec0deb86793bc72d548e7a4c76a /src/usermanager.cpp | |
| parent | Change module API to use LocalUser* where correct (diff) | |
Move all local-only fields to LocalUser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 6889ddba3..2d824c6b2 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -81,13 +81,7 @@ void UserManager::AddUser(int socket, ClientListenSocket* via, irc::sockets::soc * First class check. We do this again in FullConnect after DNS is done, and NICK/USER is recieved. * See my note down there for why this is required. DO NOT REMOVE. :) -- w00t */ - ConnectClass* i = New->SetClass(); - - if (!i) - { - this->QuitUser(New, "Access denied by configuration"); - return; - } + New->SetClass(); /* * Check connect class settings and initialise settings into User. |
