]> 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 004176b909b268f786fdd6c9965e3d73ef861c08..c323e2e3c8af8b1fc9e6c24c1439617b687ee9fe 100644 (file)
@@ -17,9 +17,9 @@
 #include "users.h"
 #include "commands.h"
 #include "helperfuncs.h"
-#include "cmd_summon.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);
 }