diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_spanningtree/fjoin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index ee6c6c02a..0a8c8ca94 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -188,8 +188,6 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &p return true; } -/** TODO: This creates a total mess of output and needs to really use irc::modestacker. - */ bool TreeSocket::RemoveStatus(const std::string &prefix, std::deque<std::string> ¶ms) { if (params.size() < 1) |