plugins/muc/muc.lib.lua
changeset 6394 fe034fa564ee
parent 6393 fff6ca13cb0f
child 6413 d782cbb46c2a
--- a/plugins/muc/muc.lib.lua	Fri Sep 05 11:28:28 2014 -0400
+++ b/plugins/muc/muc.lib.lua	Fri Sep 05 12:16:53 2014 -0400
@@ -1111,6 +1111,8 @@
 	return true;
 end
 
+local affiliation_notify = module:require "muc/affiliation_notify";
+
 local name = module:require "muc/name";
 room_mt.get_name = name.get;
 room_mt.set_name = name.set;