1
0
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:
codemastr
2004-03-08 03:38:16 +00:00
parent 445a85871a
commit 3d87f28751
5 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -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",