]> 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 3e380143261a17a5cfb8290d5d40441b1fd20f8a..25fb558f11ec6f9faebef90b2af844fd438cc274 100644 (file)
 
 #include "inspircd.h"
 #include "users.h"
-#include "commands.h"
-
 #include "commands/cmd_join.h"
 
-
-
 void cmd_join::Handle (const char** parameters, int pcnt, userrec *user)
 {
        if (pcnt > 1)