]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/fjoin.cpp
Initial support for listening on UNIX socket endpoints.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / fjoin.cpp
index 41212b5176d8a91d56ad39f7871ff3dd299bb2fb..c292373b3de455be754ab025e8f6c79dfe94a66a 100644 (file)
@@ -85,7 +85,7 @@ CmdResult CommandFJoin::Handle(User* srcuser, std::vector<std::string>& params)
         * drop the link to avoid desync.
         *
         * InspIRCd 2.0 and older required a comma before the uuid even if the user
-        * had no prefix modes on the channel, InspIRCd 2.2 and later does not require
+        * had no prefix modes on the channel, InspIRCd 3.0 and later does not require
         * a comma in this case anymore.
         *
         * <membid> is a positive integer representing the id of the membership.