Diff

plugins/mod_dialback.lua @ 11679:d9499b7bcd54

mod_dialback: Tweak wording in a comment
author Kim Alvefur <zash@zash.se>
date Tue, 13 Jul 2021 23:27:26 +0200
parent 11560:3bbb1af92514
child 12977:74b9e05af71e
line wrap: on
line diff
--- a/plugins/mod_dialback.lua	Tue Jul 13 15:04:34 2021 +0200
+++ b/plugins/mod_dialback.lua	Tue Jul 13 23:27:26 2021 +0200
@@ -77,7 +77,7 @@
 	local origin, stanza = event.origin, event.stanza;
 
 	if origin.type == "s2sin_unauthed" or origin.type == "s2sin" then
-		-- he wants to be identified through dialback
+		-- They want to be identified through dialback
 		-- We need to check the key with the Authoritative server
 		local attr = stanza.attr;
 		if not attr.to or not attr.from then