]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_remove.cpp
Rewrite the build system directive parser.
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
index d643bc0cd46475c0130c2bd5a175d85863711ec7..5872b59788fbbe421980b8e7307012cbfa771e87 100644 (file)
@@ -108,7 +108,7 @@ class RemoveBase : public Command
                                if (!IS_LOCAL(target))
                                {
                                        // Send an ENCAP REMOVE with parameters being in the old <user> <chan> order which is
-                                       // compatible with both 2.0 and 2.2. This also turns FPART into REMOVE.
+                                       // compatible with both 2.0 and 3.0. This also turns FPART into REMOVE.
                                        std::vector<std::string> p;
                                        p.push_back(target->uuid);
                                        p.push_back(channel->name);