diff --git a/src/users.cpp b/src/users.cpp index bd376f6a1..ab8ac5777 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -727,9 +727,6 @@ void User::KillInternal(const Anope::string &source, const Anope::string &reason Log(this, "killed") << "was killed by " << source << " (Reason: " << reason << ")"; this->Quit(reason); - - this->quit = true; - quitting_users.push_back(this); } void User::Quit(const Anope::string &reason)