Software /
code /
prosody
Diff
plugins/mod_watchregistrations.lua @ 1206:3ec37e678b46
mod_watchregistrations: admin -> admins
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 27 May 2009 14:03:12 +0100 |
parent | 1201:9d5c1b2cf89c |
child | 1251:302582b827ed |
line wrap: on
line diff
--- a/plugins/mod_watchregistrations.lua Tue May 26 22:54:46 2009 +0100 +++ b/plugins/mod_watchregistrations.lua Wed May 27 14:03:12 2009 +0100 @@ -4,7 +4,7 @@ local config = require "core.configmanager"; local registration_watchers = config.get(host, "core", "registration_watchers") - or config.get(host, "core", "admin") or {}; + or config.get(host, "core", "admins") or {}; local registration_alert = config.get(host, "core", "registration_notification") or "User $username just registered on $host from $ip";