]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_gline.cpp
Fix for parameters which contain a colon (which is not the first char in the string)
[user/henk/code/inspircd.git] / src / cmd_gline.cpp
index d167e698b1e0e35c0e8494ed04beab2e64ad8c11..c2921d64d961478449bae5baba0556254049d2a2 100644 (file)
  * ---------------------------------------------------
  */
 
-#include <string>
-#include <vector>
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
-#include "commands.h"
 #include "xline.h"
-
-#include "commands/cmd_eline.h"
-
-
+#include "commands/cmd_gline.h"
 
 void cmd_gline::Handle (const char** parameters, int pcnt, userrec *user)
 {