]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictchans.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_restrictchans.cpp
index 7bacda653fc0b5ffd666a7a9aa95d357696024fe..08d9af88f87f14389a973f7dca9dcb7efe630fb9 100644 (file)
@@ -90,7 +90,7 @@ class ModuleRestrictChans : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allows restricting who can create channels", VF_VENDOR);
+               return Version("Prevents unprivileged users from creating new channels.", VF_VENDOR);
        }
 };