Diff

plugins/mod_admin_adhoc.lua @ 9402:b530b5daae91

mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
author Kim Alvefur <zash@zash.se>
date Sun, 30 Sep 2018 13:51:25 +0200
parent 9401:6329c07452b7
child 10398:fa50789d6ec7
line wrap: on
line diff
--- 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");