Diff

plugins/mod_dialback.lua @ 8457:20c5ace92b19

mod_dialback: Split long line [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 05 Dec 2017 12:26:57 +0100
parent 8455:1d0862814bfc
child 8458:e9c7ac97cb52
line wrap: on
line diff
--- a/plugins/mod_dialback.lua	Tue Dec 05 12:26:08 2017 +0100
+++ b/plugins/mod_dialback.lua	Tue Dec 05 12:26:57 2017 +0100
@@ -153,7 +153,8 @@
 				valid = "invalid";
 			end
 			if dialback_verifying.destroyed then
-				log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result", tostring(dialback_verifying):match("%w+$"));
+				log("warn", "Incoming s2s session %s was closed in the meantime, so we can't notify it of the db result",
+					tostring(dialback_verifying):match("%w+$"));
 			else
 				dialback_verifying.sends2s(
 						st.stanza("db:result", { from = attr.to, to = attr.from, id = attr.id, type = valid })