Changeset

11679:d9499b7bcd54

mod_dialback: Tweak wording in a comment
author Kim Alvefur <zash@zash.se>
date Tue, 13 Jul 2021 23:27:26 +0200
parents 11678:f90a337d81a8
children 11680:a3d3fb9d0d43
files plugins/mod_dialback.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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