X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_tline.cpp;h=6cb1f0d369c7b0448be1a86971abcd18adce5b82;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=71ecabbe3a003295d5f0a0bf4eb54bf84955983c;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp index 71ecabbe3..6cb1f0d36 100644 --- a/src/modules/m_tline.cpp +++ b/src/modules/m_tline.cpp @@ -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); } };