]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/compat.cpp
Bump version to 3.0 in comments and messages
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / compat.cpp
index 63fc9cf6ce97e4f347fbc45ea1498467fc359f73..2436e74f8fc425daa1e2cfe790bb32ff6c4d63a4 100644 (file)
@@ -253,7 +253,7 @@ void TreeSocket::WriteLine(const std::string& original_line)
                                }
                                else if (command == "SINFO")
                                {
-                                       // :22D SINFO version :InspIRCd-2.2
+                                       // :22D SINFO version :InspIRCd-3.0
                                        //     A     B       C
                                        std::string::size_type c = line.find(' ', b + 1);
                                        if (c == std::string::npos)
@@ -424,7 +424,7 @@ bool TreeSocket::PreProcessOldProtocolMessage(User*& who, std::string& cmd, std:
        }
        else if (cmd == "MODENOTICE")
        {
-               // MODENOTICE is always supported by 2.0 but it's optional in 2.2.
+               // MODENOTICE is always supported by 2.0 but it's optional in 3.0.
                params.insert(params.begin(), "*");
                params.insert(params.begin()+1, cmd);
                cmd = "ENCAP";