]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cban.cpp
Add 906, sasl aborted
[user/henk/code/inspircd.git] / src / modules / m_cban.cpp
index f13a3b97a0b9a3aa9467e7d8671a7b5d2ca62b6b..f74c5d58eb364e16ba4a1c4572e3fb098e11d329 100644 (file)
@@ -54,7 +54,7 @@ class CommandCban : public Command
                TRANSLATE4(TR_TEXT,TR_TEXT,TR_TEXT,TR_END);
        }
 
-       CmdResult Handle(const char** parameters, int pcnt, User *user)
+       CmdResult Handle(const char* const* parameters, int pcnt, User *user)
        {
                /* syntax: CBAN #channel time :reason goes here */
                /* 'time' is a human-readable timestring, like 2d3h2s. */