Software /
code /
prosody-modules
Changeset
3398:1745021c0a73
mod_minimix: Fix typo in comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Dec 2018 20:08:11 +0100 |
parents | 3397:4cf65afd90f4 |
children | 3399:39ec478a752e |
files | mod_minimix/mod_minimix.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_minimix/mod_minimix.lua Thu Dec 06 16:57:01 2018 +0000 +++ b/mod_minimix/mod_minimix.lua Sat Dec 08 20:08:11 2018 +0100 @@ -64,7 +64,7 @@ origin.send(st.reply(stanza)); return true; elseif stanza.attr.type == nil and origin.joined_rooms and origin.joined_rooms[room_jid] then - return true; -- Supress these + return true; -- Suppress these end end);