mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_telnet: Import net.server instead of relying on global
This commit is contained in:
parent
a8aba229b0
commit
95c0aba3f5
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ local modulemanager = require "core.modulemanager";
|
|||
local s2smanager = require "core.s2smanager";
|
||||
local portmanager = require "core.portmanager";
|
||||
local helpers = require "util.helpers";
|
||||
local server = require "net.server";
|
||||
|
||||
local _G = _G;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue