]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
YAY for LDAP oper blocks! :D
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index ae6fcc87c928904d5ff8187777d0cab3a6f78d72..34bc9c62ba8182a35003ef2e1348113cb5eab0b8 100644 (file)
@@ -58,7 +58,7 @@ class CommandHelpop : public Command
                syntax = "<any-text>";
        }
 
-       CmdResult Handle (const char** parameters, int pcnt, User *user)
+       CmdResult Handle (const char* const* parameters, int pcnt, User *user)
        {
                irc::string parameter("start");
                if (pcnt > 0)