diff options
-rw-r--r-- | src/modules/m_spanningtree/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index cc21e0931..019ae9364 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -414,7 +414,6 @@ int ModuleSpanningTree::HandleSquit(const char** parameters, int pcnt, userrec* user->WriteServ("NOTICE %s :*** WARNING: Using SQUIT to split remote servers is deprecated and will be removed in a future version. Please use RSQUIT instead.",user->nick); std::deque<std::string> params; params.push_back(parameters[0]); - //params.push_back(std::string(":Server quit by ") + user->GetFullRealHost()); Utils->DoOneToOne(user->nick, "RSQUIT", params, s->GetName()); /* end to be removed after 1.1.9 */ /* to be INSERTED after 1.1.9 */ |