]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_modenotice.cpp
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
[user/henk/code/inspircd.git] / src / modules / m_modenotice.cpp
index 0faa5ca978eb6e3a35cdc69a1c10b6e95686581f..0d29657d5fdf2e2ac8fe9dd1af3f1ec9668332dd 100644 (file)
@@ -68,7 +68,7 @@ class ModuleModeNotice : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the MODENOTICE command", VF_VENDOR);
+               return Version("Adds the /MODENOTICE command which sends a message to all users with the specified user modes set.", VF_VENDOR);
        }
 };