]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/fjoin.cpp
Remove outdated TODO
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / fjoin.cpp
index fa61cea4a055ea078615ca0889319a717c2ac436..0a8c8ca94267c2dc9efe8e8a45a345a71be540c5 100644 (file)
@@ -49,13 +49,6 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &p
         * The winning side on the other hand will ignore all user modes from the
         * losing side, so only its own modes get applied. Life is simple for those
         * who succeed at internets. :-)
-        *
-        * NOTE: Unlike TS6 and dreamforge and other protocols which have SJOIN,
-        * FJOIN does not contain the simple-modes such as +iklmnsp. Why not,
-        * you ask? Well, quite simply because we don't need to. They'll be sent
-        * after the FJOIN by FMODE, and FMODE is timestamped, so in the event
-        * the losing side sends any modes for the channel which shouldnt win,
-        * they wont as their timestamp will be too high :-)
         */
        if (params.size() < 3)
                return true;
@@ -195,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> &params)
 {
        if (params.size() < 1)