]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
sslinfo: use the SSL certificate API to get user SSL certificates.
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index d9ceeaab197fb78daeac5d88541f067ee27e1962..44b93b457fb8afe9edb240cdfe8019c66f90d3c9 100644 (file)
@@ -41,6 +41,7 @@ class BanException : public ListModeBase
        BanException(Module* Creator)
                : ListModeBase(Creator, "banexception", 'e', "End of Channel Exception List", 348, 349, true)
        {
+               syntax = "<mask>";
        }
 };
 
@@ -107,7 +108,7 @@ class ModuleBanException : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for the +e channel mode", VF_VENDOR);
+               return Version("Provides channel mode +e, ban exceptions", VF_VENDOR);
        }
 };