From dc7927e17cffb2ee3c50ef9f037ed873d378f679 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 8 Sep 2006 16:01:36 +0000 Subject: Made SANICK not collide the user (theres no need to in the new 1.1 now we have return values- there USED TO BE a need for it) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5167 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sanick.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_sanick.cpp b/src/modules/m_sanick.cpp index 60e83a172..0ce9338a4 100644 --- a/src/modules/m_sanick.cpp +++ b/src/modules/m_sanick.cpp @@ -58,7 +58,6 @@ class cmd_sanick : public command_t { /* We couldnt change the nick */ ServerInstance->WriteOpers(std::string(user->nick)+" failed SANICK (from "+std::string(parameters[0])+" to "+parameters[1]+")"); - userrec::QuitUser(ServerInstance, source, "Nickname collision"); return CMD_FAILURE; } } -- cgit v1.2.3