Software /
code /
prosody
Changeset
5171:b4b302fe415c
mod_presence: Fix indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 14 Oct 2012 21:04:46 +0200 |
parents | 5170:3eaf4fc58902 |
children | 5172:3b93f92c613a 5173:b22d24b5a89a |
files | plugins/mod_presence.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_presence.lua Sun Oct 14 21:03:52 2012 +0200 +++ b/plugins/mod_presence.lua Sun Oct 14 21:04:46 2012 +0200 @@ -116,8 +116,8 @@ end if priority >= 0 then - local event = { origin = origin } - module:fire_event('message/offline/broadcast', event); + local event = { origin = origin } + module:fire_event('message/offline/broadcast', event); end end if stanza.attr.type == "unavailable" then