aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_adhoc.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-30 13:51:25 +0200
committerKim Alvefur <zash@zash.se>2018-09-30 13:51:25 +0200
commit603ec72b5fbfde449b8d24d9fd0665b7ff84f945 (patch)
tree1bc9f5313f0292a9a73121e2cabb1c44414c8e72 /plugins/mod_admin_adhoc.lua
parent07d40c319c3dcbd45d3591e406fffa35b61add9d (diff)
downloadprosody-603ec72b5fbfde449b8d24d9fd0665b7ff84f945.tar.gz
prosody-603ec72b5fbfde449b8d24d9fd0665b7ff84f945.zip
mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
Diffstat (limited to 'plugins/mod_admin_adhoc.lua')
-rw-r--r--plugins/mod_admin_adhoc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_admin_adhoc.lua b/plugins/mod_admin_adhoc.lua
index bf86efae..37e77ab0 100644
--- a/plugins/mod_admin_adhoc.lua
+++ b/plugins/mod_admin_adhoc.lua
@@ -808,6 +808,7 @@ local deactivate_host_handler = adhoc_simple(deactivate_host_layout, function(fi
end
end);
+-- luacheck: max_line_length 180
local add_user_desc = adhoc_new("Add User", "http://jabber.org/protocol/admin#add-user", add_user_command_handler, "admin");
local change_user_password_desc = adhoc_new("Change User Password", "http://jabber.org/protocol/admin#change-user-password", change_user_password_command_handler, "admin");