]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cban.cpp
Add m_sqlutils - Currently provides ID->chan/user lookups
[user/henk/code/inspircd.git] / src / modules / m_cban.cpp
index 10e71df7bb75d018ea5df85a45e72525d8e9aa6d..57bb9490a20c73749d069e73edea7ebad954252d 100644 (file)
@@ -68,7 +68,7 @@ class cmd_cban : public command_t
                this->Srv = Me;
        }
 
-       void Handle(char **parameters, int pcnt, userrec *user)
+       void Handle(const char** parameters, int pcnt, userrec *user)
        {
                /* syntax: CBAN #channel time :reason goes here */
                /* 'time' is a human-readable timestring, like 2d3h2s. */