aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-rw-r--r--src/modules/m_spanningtree.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 06df5bea4..cede76260 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -1636,8 +1636,6 @@ class TreeSocket : public InspSocket
std::string reason = params[1];
params[1] = ":" + params[1];
DoOneToAllButSender(prefix,"KILL",params,sourceserv);
- /* XXX - should we use a kill path here.. -- w00t */
- WriteServ(who->fd, "KILL %s :%s!%s!%s (%s)", who->nick, Config->ServerName, u->dhost, u->nick, reason.c_str());
Srv->QuitUser(who,reason);
}
return true;