diff options
| author | 2007-01-01 19:00:52 +0000 | |
|---|---|---|
| committer | 2007-01-01 19:00:52 +0000 | |
| commit | 5aa76ac91ef78bbad7633126cf4e9a42a4730eb1 (patch) | |
| tree | 00cad7109c04d7c588d14aaee988f8deb8415f3b /src/modules/m_spanningtree.cpp | |
| parent | Do not use these tweaks yet (diff) | |
Again, dont use this yet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6200 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 1e848176f..497c577f7 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -2924,7 +2924,8 @@ class TreeSocket : public InspSocket Instance->Log(DEBUG,"Stacked line size %d",stackresult.size()); stackresult.push_front(ConvToStr(c->age)); stackresult.push_front(c->name); - Utils->DoOneToMany(Instance->Config->ServerName, "FMODE", stackresult); + // dont echo this out, at best its just going to be bounced back -- Brain + //Utils->DoOneToMany(Instance->Config->ServerName, "FMODE", stackresult); stackresult.erase(stackresult.begin() + 1); Instance->Log(DEBUG,"Stacked items:"); for (size_t z = 0; z < stackresult.size(); z++) |
