Stop hook on message drop in mod_block_strangers

This commit is contained in:
Alexey Shchepin 2017-01-16 18:45:26 +03:00
parent b080b8f54d
commit fd4f5c0996
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ filter_packet({#message{} = Msg, State} = Acc) ->
end,
if
Drop ->
{drop, State};
{stop, {drop, State}};
true ->
Acc
end