]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
InspSocket no longer resolves hosts.
[user/henk/code/inspircd.git] / include / commands.h
index 2aba8202f4f6fcba373828db131989ad108ffd4b..0a2e9fbd7a7f0e269fa6b71d7b7479213bef3755 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);
+int operstrcmp(const char* data,const char* input);
 void split_chlist(userrec* user, userrec* dest, const std::string &cl);
 
 /*       XXX Serious WTFness XXX