Diff

plugins/mod_mam/mod_mam.lua @ 7901:fc859aed9279

mod_mam: Fix wording of comment
author Kim Alvefur <zash@zash.se>
date Sun, 19 Feb 2017 13:44:47 +0100
parent 7891:01d2a2af3146
child 7902:92b70a921acb
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua	Wed Feb 15 23:04:44 2017 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Sun Feb 19 13:44:47 2017 +0100
@@ -334,7 +334,7 @@
 	-- Iterating over users is not supported by all authentication modules
 	-- Catch and ignore error if not supported
 	pcall(function ()
-		-- If this works, then we schedule cleanup for all known known
+		-- If this works, then we schedule cleanup for all known users on startup
 		for user in um.users(module.host) do
 			cleanup[user] = true;
 		end