]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_redirect.cpp
Fix the base path being used for more than just the install prefix.
[user/henk/code/inspircd.git] / src / modules / m_redirect.cpp
index 0e564b65cf0be73a617eb3031bd6145267ec8f8f..42025e6ed4ba76274ba7bca5ea4d72bcc6385606 100644 (file)
@@ -130,7 +130,7 @@ class ModuleRedirect : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides channel mode +L (limit redirection) and user mode +L (no forced redirection)", VF_VENDOR);
+               return Version("Allows users to be redirected to another channel when the user limit is reached.", VF_VENDOR);
        }
 };