]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sanick.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_sanick.cpp
index 6f760cf0b5ded90380db0ad6ffe626fa809e32a8..0fb4e25ba4515ff9edc47ae8bc0637d79b87d1b6 100644 (file)
@@ -100,7 +100,7 @@ class ModuleSanick : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the SANICK command, allows opers to change the nicknames of users", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /SANICK command which allows server operators to change the nickname of a user.", VF_OPTCOMMON | VF_VENDOR);
        }
 };