Software /
code /
prosody
Changeset
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 |
parents | 9401:6329c07452b7 |
children | 9403:4416c1a96400 |
files | plugins/mod_admin_adhoc.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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");