Remove tellings after someone comes online (thanks Florob)

Thu, 20 May 2010 13:57:56 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 20 May 2010 13:57:56 +0100
changeset 13
ff9790b827b7
parent 12
d7ce8ba2c462
child 20
4f4d98345952

Remove tellings after someone comes online (thanks Florob)

plugins/tell.lua file | annotate | diff | comparison | revisions
--- a/plugins/tell.lua	Thu May 20 13:45:53 2010 +0100
+++ b/plugins/tell.lua	Thu May 20 13:57:56 2010 +0100
@@ -40,6 +40,7 @@
 					for _,msg in ipairs(tellings[occupant.nick]) do
 						room:send_message(occupant.nick .. ": Welcome back! " .. msg.from .. " told me, to tell you, \"" .. msg.msg .. "\".");
 					end
+                                       tellings[occupant.nick] = nil;
 				end
 			end);
 		end);

mercurial