]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Remove snomask n (nickchanges) - this will be a module when someone writes it
[user/henk/code/inspircd.git] / include / commands.h
index 2aba8202f4f6fcba373828db131989ad108ffd4b..24fad4b3c125010f369d33b5de09477313d81dc7 100644 (file)
 #include <vector>
 #include "users.h"
 #include "channels.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);
+#include "modules.h"
 
 /*       XXX Serious WTFness XXX
  *