mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
This commit is contained in:
parent
c9a15744fe
commit
bcb7076e7c
1 changed files with 1 additions and 0 deletions
|
@ -808,6 +808,7 @@ local deactivate_host_handler = adhoc_simple(deactivate_host_layout, function(fi
|
||||||
end
|
end
|
||||||
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 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");
|
local change_user_password_desc = adhoc_new("Change User Password", "http://jabber.org/protocol/admin#change-user-password", change_user_password_command_handler, "admin");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue