X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_randquote.cpp;h=12049b376fef5aa73d0e7e2c2fb951cf3bdedb85;hb=2330fc9ddd48c939e894e7e37e9bb2e62eafc38d;hp=64c967ae81edb691105bf52190bb8e2a0ebe906a;hpb=5d407fb44c759524881712a80febb86b4506ddbf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_randquote.cpp b/src/modules/m_randquote.cpp index 64c967ae8..12049b376 100644 --- a/src/modules/m_randquote.cpp +++ b/src/modules/m_randquote.cpp @@ -41,7 +41,7 @@ class cmd_randquote : public command_t this->source = "m_randquote.so"; } - void Handle (char** parameters, int pcntl, userrec *user) + void Handle (const char** parameters, int pcntl, userrec *user) { std::string str; int fsize;