]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_squit.cpp
auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' allowing...
[user/henk/code/inspircd.git] / src / cmd_squit.cpp
index 08dee1188fe292464c04180804ab8ddcd75af8ce..e583d4fa385549f736454c03f43f86ad415a2562 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_squit.h"
 
 /*
@@ -24,5 +24,5 @@
  */
 void cmd_squit::Handle (const char** parameters, int pcnt, userrec *user)
 {
-       WriteServ(user->fd, "NOTICE %s :You are a nub. Load a linking module.", user->nick);
+       user->WriteServ( "NOTICE %s :You are a nub. Load a linking module.", user->nick);
 }