]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockamsg.cpp
m_spanningtree Remove remains of the KeepNickTS workaround
[user/henk/code/inspircd.git] / src / modules / m_blockamsg.cpp
index 963f94fc299a45fc3baf7b32af7058ead25c6335..833828233e7f6a89db5846b5b4c07db5d8b764d5 100644 (file)
@@ -57,11 +57,6 @@ class ModuleBlockAmsg : public Module
        {
        }
 
-       void init() CXX11_OVERRIDE
-       {
-               ServerInstance->Modules->AddService(blockamsg);
-       }
-
        Version GetVersion() CXX11_OVERRIDE
        {
                return Version("Attempt to block /amsg, at least some of the irritating mIRC scripts.",VF_VENDOR);