Software /
code /
prosody
Diff
plugins/mod_presence.lua @ 5171:b4b302fe415c
mod_presence: Fix indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 14 Oct 2012 21:04:46 +0200 |
parent | 5060:b0e36777f715 |
child | 5297:7453245f16e7 |
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