From ab423a8f791671051e191dca152a51a96a5d7251 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 7 Jul 2018 17:59:15 +0200 Subject: MUC: Remove empty statement [luacheck] --- plugins/muc/name.lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/muc/name.lib.lua b/plugins/muc/name.lib.lua index 1449c1be..38d7b27e 100644 --- a/plugins/muc/name.lib.lua +++ b/plugins/muc/name.lib.lua @@ -20,7 +20,7 @@ local function set_name(room, name) 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"; -- cgit v1.2.3