Diff

plugins/mod_invites.lua @ 13726:5f1232cd0923

Merge 13.0->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 17 Feb 2025 01:01:54 +0100
parent 13725:c51140dfbc4e
child 13738:26a0f653793e
line wrap: on
line diff
--- a/plugins/mod_invites.lua	Sun Feb 16 14:29:02 2025 +0000
+++ b/plugins/mod_invites.lua	Mon Feb 17 01:01:54 2025 +0100
@@ -515,7 +515,7 @@
 	end
 
 	local roles = opts.role or {};
-	local groups = opts.groups or {};
+	local groups = opts.group or {};
 
 	if opts.admin then
 		-- Insert it first since we don't get order out of argparse