diff --git a/src/modules/tkl.c b/src/modules/tkl.c index e8b3d6ec3..75aade925 100644 --- a/src/modules/tkl.c +++ b/src/modules/tkl.c @@ -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: