]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index 5095a4e5d673f67b0dbd1dafb273fde1bae6b7dd..3bbcaeda4be45155c6dfca36978872cf8048ae48 100644 (file)
@@ -25,6 +25,7 @@
 #include "wildcard.h"
 
 /* $ModDesc: Provides support for the +e channel mode */
+/* $ModDep: ../../include/u_listmode.h */
 
 /* Written by Om<om@inspircd.org>, April 2005. */
 /* Rewritten to use the listmode utility by Om, December 2005 */
@@ -116,7 +117,7 @@ public:
        
        virtual Version GetVersion()
        {
-               return Version(1, 0, 0, 3, VF_COMMON | VF_VENDOR);
+               return Version(1, 1, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
        virtual ~ModuleBanException()