diff options
author | Kim Alvefur <zash@zash.se> | 2018-09-30 13:51:25 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-09-30 13:51:25 +0200 |
commit | bcb7076e7c05e03bc70672d3267906bca2f276ba (patch) | |
tree | 1bc9f5313f0292a9a73121e2cabb1c44414c8e72 /plugins/mod_admin_adhoc.lua | |
parent | c9a15744fe6e106fecadd542a15cd6bece96001b (diff) | |
download | prosody-bcb7076e7c05e03bc70672d3267906bca2f276ba.tar.gz prosody-bcb7076e7c05e03bc70672d3267906bca2f276ba.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.lua | 1 |
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"); |