plugins/muc/mod_muc.lua
changeset 7414 f385cd6127b2
parent 7413 45f543c82893
child 7417 1b62c89014c4
--- a/plugins/muc/mod_muc.lua	Thu Apr 28 22:57:02 2016 +0200
+++ b/plugins/muc/mod_muc.lua	Thu Apr 28 22:57:53 2016 +0200
@@ -210,7 +210,7 @@
 	end
 end);
 
-module:hook("muc-room-pre-create", function(event)
+module:hook("muc-room-created", function(event)
 	track_room(event.room);
 end, -1000);