plugins/muc/muc.lib.lua
changeset 7687 65ba769d9f05
parent 7446 4a178edc9847
child 7689 8d6f367bed8c
child 8000 aca13c433e45
--- a/plugins/muc/muc.lib.lua	Sat Oct 01 01:49:26 2016 +0200
+++ b/plugins/muc/muc.lib.lua	Sat Oct 01 21:51:07 2016 +0200
@@ -756,6 +756,7 @@
 	end
 	self:set_persistent(false);
 	module:fire_event("muc-room-destroyed", { room = self });
+	return true;
 end
 
 function room_mt:handle_to_room(origin, stanza) -- presence changes and groupchat messages, along with disco/etc