]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_summon.cpp
Fixed to dynamically allocate the fieldlist
[user/henk/code/inspircd.git] / src / cmd_summon.cpp
index ff16592630f8cd1c3ff60b65e306d60d4b8dfd44..c323e2e3c8af8b1fc9e6c24c1439617b687ee9fe 100644 (file)
@@ -19,7 +19,7 @@
 #include "helperfuncs.h"
 #include "commands/cmd_summon.h"
 
-void cmd_summon::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
 {
        WriteServ(user->fd,"445 %s :SUMMON has been disabled (depreciated command)",user->nick);
 }