mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
dialback keys now verified
This commit is contained in:
parent
162e3fb849
commit
eb8e9997e0
7 changed files with 45 additions and 12 deletions
|
@ -28,7 +28,6 @@ function get(name)
|
|||
if not h then
|
||||
pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
|
||||
h = listeners[name];
|
||||
|
||||
end
|
||||
return h;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue