]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_names.cpp
Fix for parameters which contain a colon (which is not the first char in the string)
[user/henk/code/inspircd.git] / src / cmd_names.cpp
index 70b1876a1a3ff6b875a4f4ecbe036a98c64db719..ac8e18270d7e2730d0ab2280809ddd1bb4055a2a 100644 (file)
 
 #include "inspircd.h"
 #include "users.h"
-#include "commands.h"
-#include "helperfuncs.h"
 #include "commands/cmd_names.h"
 
-
-
 void cmd_names::Handle (const char** parameters, int pcnt, userrec *user)
 {
        chanrec* c;