Software /
code /
prosody
Changeset
1206:3ec37e678b46
mod_watchregistrations: admin -> admins
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 27 May 2009 14:03:12 +0100 |
parents | 1205:23a079f50cab |
children | 1207:6842bacddfcb |
files | plugins/mod_watchregistrations.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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";