]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Move _ext to replace the original, SVSSILENCE comes next
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index 36cb4a7115379c092ab684a886b968b9955ffbfb..7c33e489e80881df653038967ba4f6d61fa57568 100644 (file)
@@ -106,7 +106,7 @@ public:
                be->DoRehash();
        }
 
-       virtual char* OnRequest(Request* request)
+       virtual const char* OnRequest(Request* request)
        {
                ListModeRequest* LM = (ListModeRequest*)request;
                if (strcmp("LM_CHECKLIST", request->GetId()) == 0)
@@ -133,7 +133,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
        virtual ~ModuleBanException()