# HG changeset patch # User Kim Alvefur # Date 1300644026 -3600 # Node ID 78f59d7b1ef74d533bdd32d9bfc9fd13a7de919c # Parent 1bf01ffcb5a37085a414190a42192540a3ec9a32 plugins.groupchat: Bump topic change handling up a bit diff -r 1bf01ffcb5a3 -r 78f59d7b1ef7 plugins/groupchat.lua --- 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)