]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermotd.cpp
Add extban types +bb R: and M: - stops matching account masks from joining and speaki...
[user/henk/code/inspircd.git] / src / modules / m_opermotd.cpp
index 15946cd1f2440b0120ca43fe283cc71a23da5772..f8da2cd107f6428baafb1ebe950be54746549f8f 100644 (file)
@@ -49,7 +49,7 @@ class CommandOpermotd : public Command
                syntax = "[<servername>]";
        }
 
-       CmdResult Handle (const char* const* parameters, int pcnt, User* user)
+       CmdResult Handle (const std::vector<std::string>& parameters, User* user)
        {
                return ShowOperMOTD(user);
        }
@@ -74,7 +74,7 @@ class ModuleOpermotd : public Module
                opermotd = new FileReader(ServerInstance, filename);
                delete conf;
        }
-       
+
        ModuleOpermotd(InspIRCd* Me)
                : Module(Me)
        {