Diff

plugins/muc/muc.lib.lua @ 6240:641756a6a5f7

plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
author daurnimator <quae@daurnimator.com>
date Tue, 29 Apr 2014 15:13:06 -0400
parent 6237:a58685df9d16
child 6249:2420e308f64a
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua	Tue Apr 29 14:50:13 2014 -0400
+++ b/plugins/muc/muc.lib.lua	Tue Apr 29 15:13:06 2014 -0400
@@ -1114,8 +1114,6 @@
 
 local _M = {}; -- module "muc"
 
-_M.set_max_history_length = history.set_max_length;
-
 function _M.new_room(jid, config)
 	return setmetatable({
 		jid = jid;