mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_limits: Fix typo
This commit is contained in:
parent
1b534392de
commit
e632119ffa
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ end
|
|||
function module.add_host(module)
|
||||
local unlimited_jids = module:get_option_inherited_set("unlimited_jids", {});
|
||||
|
||||
if not unlimited_jids:empy() then
|
||||
if not unlimited_jids:empty() then
|
||||
module:hook("authentication-success", function (event)
|
||||
local session = event.session;
|
||||
local session_type = session.type:match("^[^_]+");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue