]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_exemptchanops.cpp
Fix the ctctags module being marked as a draft.
[user/henk/code/inspircd.git] / src / modules / m_exemptchanops.cpp
index a7f86cdb5440c25c6769b37a3688823f9d977eea..61b20fc9bf8740d07970a870c639039b3e691f62 100644 (file)
@@ -116,7 +116,7 @@ class ModuleExemptChanOps : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the ability to allow channel operators to be exempt from certain modes.",VF_VENDOR);
+               return Version("Provides the ability to allow channel operators to be exempt from certain modes", VF_VENDOR);
        }
 
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE