]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_tline.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_tline.cpp
index 71ecabbe3a003295d5f0a0bf4eb54bf84955983c..6cb1f0d369c7b0448be1a86971abcd18adce5b82 100644 (file)
@@ -84,7 +84,7 @@ class ModuleTLine : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the TLINE command, used to test how many users a mask matches against", VF_VENDOR);
+               return Version("Adds the /TLINE command which allows server operators to determine how many users would be affected by an X-line on a specified pattern.", VF_VENDOR);
        }
 };