]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nationalchars.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_nationalchars.cpp
index d86122c59e68499861fcc2df4de8cc252a5cf3a3..7ee21b872b6016fd8d5715d45689a7be7e9a53c2 100644 (file)
@@ -323,7 +323,7 @@ class ModuleNationalChars : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides an ability to have non-RFC1459 nicks & support for national CASEMAPPING", VF_VENDOR | VF_COMMON);
+               return Version("Allows the server administrator to define what characters are allowed in nicknames and channel names and how those characters should be compared in a case insensitive way.", VF_VENDOR | VF_COMMON);
        }
 
        /*make an array to check against it 8bit characters a bit faster. Whether allowed or uppercase (for your needs).*/