diff plugins/mod_watchregistrations.lua @ 7269:cde4ef90cf3d

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 11 Mar 2016 13:41:10 +0100
parents 29861845e0e0
children 49ff363f3a3d
line wrap: on
line diff
--- a/plugins/mod_watchregistrations.lua	Thu Mar 10 17:55:40 2016 +0000
+++ b/plugins/mod_watchregistrations.lua	Fri Mar 11 13:41:10 2016 +0100
@@ -11,7 +11,7 @@
 local jid_prep = require "util.jid".prep;
 
 local registration_watchers = module:get_option_set("registration_watchers", module:get_option("admins", {})) / jid_prep;
-local registration_notification = module:get_option("registration_notification", "User $username just registered on $host from $ip");
+local registration_notification = module:get_option_string("registration_notification", "User $username just registered on $host from $ip");
 
 local st = require "util.stanza";