]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibear.cpp
Fixified some more
[user/henk/code/inspircd.git] / src / modules / m_antibear.cpp
index 3fced60791a291f99e3fd68cc7f15dc62aacfb4d..f18aa6883df3e218904ee8af5cc533336ac4d0d8 100644 (file)
@@ -46,10 +46,10 @@ class ModuleAntiBear : public Module
                {
                        if (!strncmp(parameters[1], "\1TIME Mon May 01 18:54:20 2006", 30))
                        {
-                               ServerInstance->XLines->add_zline(86400, ServerInstance->Config->ServerName, "Unless you're stuck in a time warp, you appear to be a bear bot!", user->GetIPString());
+                               ServerInstance->XLines->AddZLine(86400, ServerInstance->Config->ServerName, "Unless you're stuck in a time warp, you appear to be a bear bot!", user->GetIPString());
                                // XXX move events into the damn XLineManager stuff
                                FOREACH_MOD(I_OnAddGLine,OnAddZLine(86400, NULL, "Unless you're stuck in a time warp, you appear to be a bear bot!", user->MakeHostIP()));
-                               ServerInstance->XLines->apply_lines();
+                               ServerInstance->XLines->ApplyLines();
                                return 1;
                        }