]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banredirect.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_banredirect.cpp
index b2767f4015e3eeef5bef4029f7762b332b388762..579bf9d32ae9df4d889cacb05941f656823ebee1 100644 (file)
@@ -353,7 +353,7 @@ class ModuleBanRedirect : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allows an extended ban (+b) syntax redirecting banned users to another channel", VF_COMMON|VF_VENDOR);
+               return Version("Allows specifying a channel to redirect a banned user to in the ban mask.", VF_COMMON|VF_VENDOR);
        }
 };