]> 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 2aba8202f4f6fcba373828db131989ad108ffd4b..81e28fbaf07575a3f4242aafd5fcf561eec48e60 100644 (file)
 #include <vector>
 #include "users.h"
 #include "channels.h"
+#include "modules.h"
 
 bool is_uline(const char* server);
 long duration(const char* str);
 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(char* data,char* input);
-void split_chlist(userrec* user, userrec* dest, const std::string &cl);
+int operstrcmp(const char* data,const char* input);
 
 /*       XXX Serious WTFness XXX
  *