diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_spanningtree/treesocket1.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules/m_spanningtree/treesocket1.cpp b/src/modules/m_spanningtree/treesocket1.cpp index d0572f97d..f419f9bec 100644 --- a/src/modules/m_spanningtree/treesocket1.cpp +++ b/src/modules/m_spanningtree/treesocket1.cpp @@ -932,16 +932,6 @@ bool TreeSocket::ParseUID(const std::string &source, std::deque<std::string> &pa return true; } - userrec *u = this->Instance->FindUUID(params[0]); - - if (u) - { - /* barf! */ - userrec::QuitUser(this->Instance, u, "UID collision (?!)"); - this->WriteLine(std::string(":")+this->Instance->Config->ServerName+" KILL "+params[0]+" :Invalid client introduction (UID collision (?!))"); - return true; - } - /* Check parameters for validity before introducing the client, discovered by dmb */ if (!age) { |