]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nokicks.cpp
Raise the maximum time period for the conn_join module to 15m.
[user/henk/code/inspircd.git] / src / modules / m_nokicks.cpp
index 3155dcb6c9ac1a115ebca6c668796682b043026e..8a87f7df83650dfd7478781cbdc5acce9ca79707 100644 (file)
@@ -50,7 +50,7 @@ class ModuleNoKicks : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides channel mode +Q to prevent kicks on the channel.", VF_VENDOR);
+               return Version("Provides channel mode +Q to prevent kicks on the channel", VF_VENDOR);
        }
 };