diff options
author | daurnimator <quae@daurnimator.com> | 2014-04-29 15:13:06 -0400 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2014-04-29 15:13:06 -0400 |
commit | 940094d4fa9737ad53cfaa3f667a05bae520f98c (patch) | |
tree | 950dca0b03dc5eab45c1a1c42591ee2640b624cd /plugins/muc/muc.lib.lua | |
parent | 0de9e9485c7f6018acf7b4413126ffb0f86f5da2 (diff) | |
download | prosody-940094d4fa9737ad53cfaa3f667a05bae520f98c.tar.gz prosody-940094d4fa9737ad53cfaa3f667a05bae520f98c.zip |
plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports
Diffstat (limited to 'plugins/muc/muc.lib.lua')
-rw-r--r-- | plugins/muc/muc.lib.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua index 7c039ce3..27d738de 100644 --- a/plugins/muc/muc.lib.lua +++ b/plugins/muc/muc.lib.lua @@ -1114,8 +1114,6 @@ room_mt.set_historylength = history.set_length; local _M = {}; -- module "muc" -_M.set_max_history_length = history.set_max_length; - function _M.new_room(jid, config) return setmetatable({ jid = jid; |