# HG changeset patch # User Kim Alvefur # Date 1538308285 -7200 # Node ID b530b5daae91d523dc69c7088e647d55ba08ee6e # Parent 6329c07452b785e34a3c6c1931719e4f76183cd8 mod_admin_adhoc: Ignore the very long lines at the end [luacheck] diff -r 6329c07452b7 -r b530b5daae91 plugins/mod_admin_adhoc.lua --- a/plugins/mod_admin_adhoc.lua Sun Sep 30 13:39:25 2018 +0200 +++ b/plugins/mod_admin_adhoc.lua Sun Sep 30 13:51:25 2018 +0200 @@ -808,6 +808,7 @@ 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");