mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 05:31:36 +01:00
Fix spamfilter with tempshun action: was not blocking the message.
The tempshun was applied, but the 'trigger' message was let through. Reported by armyn in https://bugs.unrealircd.org/view.php?id=5723
This commit is contained in:
parent
ca6630a2fb
commit
70496acfbe
1 changed files with 1 additions and 1 deletions
|
@ -4391,7 +4391,7 @@ int _place_host_ban(Client *client, BanAction action, char *reason, long duratio
|
|||
client->user ? client->user->realhost : GetIP(client),
|
||||
reason);
|
||||
SetShunned(client);
|
||||
break;
|
||||
return 1;
|
||||
case BAN_ACT_GZLINE:
|
||||
case BAN_ACT_GLINE:
|
||||
case BAN_ACT_SOFT_GLINE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue