#include #include "inspircd_config.h" void Delete(char* str,int pos); void Insert(char* substr,char* str,int pos); bool match(char* literal, char* mask);