1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 14:43:11 +02:00

- Fixed a bug in badwords not loading words correctly, and upped word limit

to 50
This commit is contained in:
stskeeps
2000-06-20 08:15:13 +00:00
parent 614587cb7c
commit 4dcaaec5a3
4 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#define MAX_MATCH 1
#define MAX_WORDLEN 64
#define MAX_WORDS 30
#define MAX_WORDS 50
#define PATTERN "\\w*%s\\w*"
#define REPLACEWORD "<censored>"