Merge 0.7->trunk
[prosody.git] / plugins / mod_announce.lua
index 7f08a6e0ecad85980e7b87a2c3fa8f6dbde96ade..d3017f6c994f0cc33ac5f495f5b8b333cf2d9d40 100644 (file)
@@ -22,7 +22,6 @@ function handle_announcement(data)
        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