X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmod_watchregistrations.lua;h=93e69208d02a4fb9ec4b4d16a37bf0808afa0ba2;hb=44f09995e0ba0ba89353b327f0b0a02c107eacac;hp=eb468388ab0c064e5bc714d0cdd8a5971291ea0d;hpb=b18d392feaaa938809d32d7bbcd78dc299c6ec43;p=prosody.git diff --git a/plugins/mod_watchregistrations.lua b/plugins/mod_watchregistrations.lua index eb468388..93e69208 100644 --- a/plugins/mod_watchregistrations.lua +++ b/plugins/mod_watchregistrations.lua @@ -10,7 +10,8 @@ local registration_alert = config.get(host, "core", "registration_notification") local st = require "util.stanza"; -module:add_event_hook("user-registered", function (user) +module:hook("user-registered", + function (user) module:log("debug", "Notifying of new registration"); local message = st.message{ type = "chat", from = host } :tag("body")