mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 08:43:13 +02:00
Added check to detect broad /spamfilter masks
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ char targetbuf[64], actionbuf[2];
|
||||
actionbuf[1] = '\0';
|
||||
|
||||
/* now check the regex... */
|
||||
p = unreal_checkregex(parv[6],0);
|
||||
p = unreal_checkregex(parv[6],0,1);
|
||||
if (p)
|
||||
{
|
||||
sendto_one(sptr, ":%s NOTICE %s :Error in regex '%s': %s",
|
||||
|
||||
Reference in New Issue
Block a user