aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/name.lib.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-07-07 17:59:15 +0200
committerKim Alvefur <zash@zash.se>2018-07-07 17:59:15 +0200
commitab423a8f791671051e191dca152a51a96a5d7251 (patch)
tree168181ab534c27d6730aceef784709edfaf038e7 /plugins/muc/name.lib.lua
parent159c96a3242c34d6dc0cae4a054f90786ee9ec9e (diff)
downloadprosody-ab423a8f791671051e191dca152a51a96a5d7251.tar.gz
prosody-ab423a8f791671051e191dca152a51a96a5d7251.zip
MUC: Remove empty statement [luacheck]
Diffstat (limited to 'plugins/muc/name.lib.lua')
-rw-r--r--plugins/muc/name.lib.lua2
1 files changed, 1 insertions, 1 deletions
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";