plugins.groupchat: Bump topic change handling up a bit

Sun, 20 Mar 2011 19:00:26 +0100

author
Kim Alvefur <zash@zash.se>
date
Sun, 20 Mar 2011 19:00:26 +0100
changeset 207
78f59d7b1ef7
parent 206
1bf01ffcb5a3
child 208
bd4cdc02d48a

plugins.groupchat: Bump topic change handling up a bit

plugins/groupchat.lua file | annotate | diff | comparison | revisions
--- a/plugins/groupchat.lua	Fri Mar 18 22:15:21 2011 +0000
+++ b/plugins/groupchat.lua	Sun Mar 20 19:00:26 2011 +0100
@@ -98,7 +98,7 @@
 			if subject then
 				room.subject = #subject > 0 and subject or nil;
 			end
-		end);
+		end, 2000);
 		local join_st = verse.presence():tag("x",{xmlns = xmlns_muc}):reset();
 		self:event("pre-groupchat/joining", join_st);
 		room:send(join_st)

mercurial