]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_inviteexception.cpp
sslinfo: use the SSL certificate API to get user SSL certificates.
[user/henk/code/inspircd.git] / src / modules / m_inviteexception.cpp
index b12c98b5da42eaf82bbc589817e9341360f0a89c..03a2fbc7c59d4ae91cd9f722f6a28bf2d4fe1ebf 100644 (file)
@@ -42,6 +42,7 @@ class InviteException : public ListModeBase
        InviteException(Module* Creator)
                : ListModeBase(Creator, "invex", 'I', "End of Channel Invite Exception List", 346, 347, true)
        {
+               syntax = "<mask>";
        }
 };