]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_join.cpp
Fix for parameters which contain a colon (which is not the first char in the string)
[user/henk/code/inspircd.git] / src / cmd_join.cpp
index d62b0a91189b6124741273093515678af77cd9ae..25fb558f11ec6f9faebef90b2af844fd438cc274 100644 (file)
 
 #include "inspircd.h"
 #include "users.h"
-#include "commands.h"
-#include "helperfuncs.h"
 #include "commands/cmd_join.h"
 
-extern InspIRCd* ServerInstance;
-
 void cmd_join::Handle (const char** parameters, int pcnt, userrec *user)
 {
        if (pcnt > 1)