]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_summon.cpp
Fix typos
[user/henk/code/inspircd.git] / src / cmd_summon.cpp
index 004176b909b268f786fdd6c9965e3d73ef861c08..c14f9af5d53a0b519dde6d9c2e852872b93ffd20 100644 (file)
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
-#include "cmd_summon.h"
 
-void cmd_summon::Handle (char **parameters, int pcnt, userrec *user)
+#include "commands/cmd_summon.h"
+
+void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
 {
-       WriteServ(user->fd,"445 %s :SUMMON has been disabled (depreciated command)",user->nick);
+       user->WriteServ("445 %s :SUMMON has been disabled (depreciated command)",user->nick);
 }