1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 06:13:13 +02:00
Files
unrealircd/include/badwords.h
T
2004-01-04 20:12:31 +00:00

17 lines
273 B
C

#ifndef __BADWORDS_H
#define __BADWORDS_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../extras/regexp/include/tre/regex.h"
#define MAX_MATCH 1
#define MAX_WORDLEN 64
#define PATTERN "\\w*%s\\w*"
#define REPLACEWORD "<censored>"
#endif