]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banredirect.cpp
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicate local...
[user/henk/code/inspircd.git] / src / modules / m_banredirect.cpp
index 08b2244d4c6ec5e2b03be4fa5e9da6d929b8e118..a88324fe2cc9dac19548248e7e25038c1ff63feb 100644 (file)
@@ -260,7 +260,7 @@ class ModuleBanRedirect : public Module
                                stackresult.push_back(chan->name);
                                while (modestack.GetStackedLine(stackresult))
                                {
-                                       ServerInstance->Modes->Process(stackresult, ServerInstance->FakeClient);
+                                       ServerInstance->Modes->Process(stackresult, ServerInstance->FakeClient, ModeParser::MODE_LOCALONLY);
                                        stackresult.erase(stackresult.begin() + 1, stackresult.end());
                                }
                        }