# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1392649720 -3600
# Node ID 63e7e20a00749f98773ad6069f4fd3f701289e2d
# Parent  b0971d8815bf6c78fd81b4c4b46c156000790a16
mod_manifesto: Only keep track of who we sent notifications to

diff -r b0971d8815bf -r 63e7e20a0074 mod_manifesto/mod_manifesto.lua
--- a/mod_manifesto/mod_manifesto.lua	Mon Feb 17 12:11:36 2014 +0100
+++ b/mod_manifesto/mod_manifesto.lua	Mon Feb 17 16:08:40 2014 +0100
@@ -94,8 +94,8 @@
 				CONTACTVIA = contact_method, CONTACT = contact;
 			};
 			session.send(st.message({ type = "headline", from = host }):tag("body"):text(message:gsub("$(%w+)", vars)));
+			notified[session.username] = now;
 		end
-		notified[session.username] = now;
 	end);
 end);