#ifndef __BADWORDS_H #define __BADWORDS_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include "tre/regex.h" #define MAX_MATCH 1 #define MAX_WORDLEN 64 #define PATTERN "\\w*%s\\w*" #define REPLACEWORD "<censored>" #endif
![]() |
index : ~irc/github.com/unrealircd/unrealircd.git | |
| https://github.com/unrealircd/unrealircd.git |
| aboutsummaryrefslogtreecommitdiffstats |
#ifndef __BADWORDS_H #define __BADWORDS_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include "tre/regex.h" #define MAX_MATCH 1 #define MAX_WORDLEN 64 #define PATTERN "\\w*%s\\w*" #define REPLACEWORD "<censored>" #endif