#include <string>
#include "inspircd_config.h"

void Delete(char* str,int pos);
void Insert(char* substr,char* str,int pos);
bool match(const char* literal, const char* mask);