]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_permchannels.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_permchannels.cpp
index ed11df63fed3c9e3a2764a513ce5f385a82a9e03..86c2f83d5ce3b58f3562787ae71f841f0b0482b1 100644 (file)
@@ -319,7 +319,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides channel mode +P to provide permanent channels", VF_VENDOR);
+               return Version("Adds channel mode P (permanent) which prevents the channel from being deleted when the last user leaves.", VF_VENDOR);
        }
 
        ModResult OnChannelPreDelete(Channel *c) CXX11_OVERRIDE