]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regex_glob.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_regex_glob.cpp
index fc9ed22181766fa2e161823e22603a361b85b193..3f0b5ac1139787d5a453a5d7be0954d2c6fd81d1 100644 (file)
@@ -61,7 +61,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Regex provider module using plain wildcard matching", VF_VENDOR);
+               return Version("Provides a regular expression engine which uses the built-in glob matching system.", VF_VENDOR);
        }
 };