Software /
code /
prosody
Changeset
8988:d92b8bc6614c
MUC: Remove empty statement [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 07 Jul 2018 17:59:15 +0200 |
parents | 8987:596c8c7d98b1 |
children | 8989:5a25c5d22fe5 |
files | plugins/muc/name.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/name.lib.lua Sat Jul 07 16:54:44 2018 +0100 +++ b/plugins/muc/name.lib.lua Sat Jul 07 17:59:15 2018 +0200 @@ -20,7 +20,7 @@ return true; end -local function insert_name_into_form(event); +local function insert_name_into_form(event) table.insert(event.form, { name = "muc#roomconfig_roomname"; type = "text-single";