Changeset

10027:c0ee2ed8ef19

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 27 May 2019 12:14:05 +0200
parents 10025:4498f601516d (current diff) 10026:1117138fa372 (diff)
children 10030:98ef41a60fc3
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_announce.lua	Sun May 26 15:04:16 2019 +0200
+++ b/plugins/mod_announce.lua	Mon May 27 12:14:05 2019 +0200
@@ -44,7 +44,7 @@
 		return; -- Not an announcement
 	end
 
-	if not is_admin(stanza.attr.from) then
+	if not is_admin(stanza.attr.from, host) then
 		-- Not an admin? Not allowed!
 		module:log("warn", "Non-admin '%s' tried to send server announcement", stanza.attr.from);
 		return;