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:
+1
-1
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user