Changeset

13482:4d697961546d

mod_blocklist: Fix fix signal for letting stanzas pass Returning nothing/nil lets stanzas pass, returning anything else blocks
author Kim Alvefur <zash@zash.se>
date Tue, 23 Apr 2024 20:01:41 +0200
parents 13481:1c87c0a7ece6
children 13483:7b070909bd15
files plugins/mod_blocklist.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_blocklist.lua	Mon Apr 22 11:26:20 2024 +0100
+++ b/plugins/mod_blocklist.lua	Tue Apr 23 20:01:41 2024 +0200
@@ -276,8 +276,6 @@
 				end
 			end
 		end
-
-		return false;
 	end
 end