X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_nationalchars.cpp;h=7ee21b872b6016fd8d5715d45689a7be7e9a53c2;hb=5a19ff00aca5d979bf9ca45a2b0d6e85acdc9fc3;hp=d86122c59e68499861fcc2df4de8cc252a5cf3a3;hpb=bb39d78be61e45555cdd87985e26ea07b725fabf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_nationalchars.cpp b/src/modules/m_nationalchars.cpp index d86122c59..7ee21b872 100644 --- a/src/modules/m_nationalchars.cpp +++ b/src/modules/m_nationalchars.cpp @@ -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).*/