plugins.groupchat: Fix missing 'end' in last commit

Mon, 05 Dec 2011 15:36:53 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 05 Dec 2011 15:36:53 +0000
changeset 256
cca89844cda7
parent 255
be126fe7c4e7
child 257
816b8ccb3082

plugins.groupchat: Fix missing 'end' in last commit

plugins/groupchat.lua file | annotate | diff | comparison | revisions
--- a/plugins/groupchat.lua	Sat Dec 03 19:46:47 2011 +0100
+++ b/plugins/groupchat.lua	Mon Dec 05 15:36:53 2011 +0000
@@ -149,6 +149,7 @@
 	local presence = verse.presence({type="unavailable"});
 	if message then
 		presence:tag("status"):text(message);
+	end
 	self:send(presence);
 end
 

mercurial