]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globalload.cpp
Add the msgid tag to all outgoing messages.
[user/henk/code/inspircd.git] / src / modules / m_globalload.cpp
index adc1b59ff855ed64954cd02409cd4bf674bb3247..8bd63a065ace10acd606672786e5315b556807a5 100644 (file)
@@ -169,7 +169,7 @@ class ModuleGlobalLoad : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allows global loading of a module.", VF_COMMON | VF_VENDOR);
+               return Version("Allows global loading of a module", VF_COMMON | VF_VENDOR);
        }
 };