]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Move more stuff into userrec
[user/henk/code/inspircd.git] / include / commands.h
index e422b5c4420f9cdfb11547296c6ade95fdd15d03..81e28fbaf07575a3f4242aafd5fcf561eec48e60 100644 (file)
@@ -27,6 +27,7 @@
 #include <vector>
 #include "users.h"
 #include "channels.h"
+#include "modules.h"
 
 bool is_uline(const char* server);
 long duration(const char* str);
@@ -34,7 +35,6 @@ bool host_matches_everyone(const std::string &mask, userrec* user);
 bool ip_matches_everyone(const std::string &ip, userrec* user);
 bool nick_matches_everyone(const std::string &nick, userrec* user);    
 int operstrcmp(const char* data,const char* input);
-void split_chlist(userrec* user, userrec* dest, const std::string &cl);
 
 /*       XXX Serious WTFness XXX
  *