Software /
code /
prosody
Diff
plugins/mod_message.lua @ 8139:4119cca64064
mod_message: Normalize indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 07 May 2017 16:31:48 +0200 |
parent | 8136:aba6d148e674 |
child | 8141:03714861f8fc |
line wrap: on
line diff
--- a/plugins/mod_message.lua Sun Apr 30 10:44:53 2017 +0100 +++ b/plugins/mod_message.lua Sun May 07 16:31:48 2017 +0200 @@ -49,8 +49,8 @@ local ok if user_exists(node, host) then ok = module:fire_event('message/offline/handle', { - origin = origin, - stanza = stanza, + origin = origin, + stanza = stanza, }); end