]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockcolor.cpp
Speaking of forgetting things, someone forgot to change the name of the function
[user/henk/code/inspircd.git] / src / modules / m_blockcolor.cpp
index ddba6ee2aaff82d53087a855cdb5ca3d6f9dce07..2c73da3fcad3a6e3f407dd7d22b6e1a77b1d766d 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +c */
@@ -76,7 +76,6 @@ class ModuleBlockColour : public Module
 
        virtual void On005Numeric(std::string &output)
        {
-               ServerInstance->ModeGrok->InsertMode(output,"c",4);
        }
        
        virtual int OnUserPreMessage(userrec* user,void* dest,int target_type, std::string &text, char status)