diff options
| author | 2009-09-21 02:11:32 +0000 | |
|---|---|---|
| committer | 2009-09-21 02:11:32 +0000 | |
| commit | 16fc672b685752007e47aed0fb97bc1ee7443c76 (patch) | |
| tree | bc94b477782191695492458e82dd3b19fc8a9d07 /src/usermanager.cpp | |
| parent | Always use user->SplitChanList in whois reply [jackmcbarn] (diff) | |
Remove mistaken duplicate check for fake users
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11751 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 2189b1c8a..b9eff5a39 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -177,12 +177,6 @@ void UserManager::QuitUser(User *user, const std::string &quitreason, const char return; } - if (IS_FAKE(user)) - { - ServerInstance->Logs->Log("CULLLIST",DEBUG, "*** Warning *** - You tried to quit a fake user (%s)", user->nick.c_str()); - return; - } - user->quitting = true; ServerInstance->Logs->Log("USERS", DEBUG, "QuitUser: %s '%s'", user->nick.c_str(), quitreason.c_str()); |
