Software /
code /
prosody
Diff
plugins/mod_register.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 3529:3f9cc12308aa |
child | 3995:e504b06492c6 |
line wrap: on
line diff
--- a/plugins/mod_register.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/plugins/mod_register.lua Sat Oct 16 23:00:42 2010 +0500 @@ -151,7 +151,7 @@ if usermanager_create_user(username, password, host) then session.send(st.reply(stanza)); -- user created! module:log("info", "User account created: %s@%s", username, host); - module:fire_event("user-registered", { + module:fire_event("user-registered", { username = username, host = host, source = "mod_register", session = session }); else