# HG changeset patch # User Waqas Hussain # Date 1275996361 -18000 # Node ID 0badae62de28cf67980a43f053a2f1e921d7a409 # Parent f22248192c3eb22a496b91bda2a8d1b59dadd4bd mod_announce: Fixed an edge case where non-admins attempting to announce would get two error replies. diff -r f22248192c3e -r 0badae62de28 plugins/mod_announce.lua --- a/plugins/mod_announce.lua Thu Jun 03 18:09:02 2010 +0500 +++ b/plugins/mod_announce.lua Tue Jun 08 16:26:01 2010 +0500 @@ -22,7 +22,6 @@ if not is_admin(stanza.attr.from) then -- Not an admin? Not allowed! module:log("warn", "Non-admin %s tried to send server announcement", tostring(jid.bare(stanza.attr.from))); - origin.send(st.error_reply(stanza, "cancel", "service-unavailable")); return; end