Diff

plugins/muc/name.lib.lua @ 8988:d92b8bc6614c

MUC: Remove empty statement [luacheck]
author Kim Alvefur <zash@zash.se>
date Sat, 07 Jul 2018 17:59:15 +0200
parent 8986:320ae6dbb2e8
child 9034:1c709e3d2e5e
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";