mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Combined some lines
This commit is contained in:
parent
2eede674d4
commit
cc17cb001a
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ local pairs, ipairs = pairs, ipairs;
|
||||||
|
|
||||||
local hosts = hosts;
|
local hosts = hosts;
|
||||||
|
|
||||||
require "util.datamanager"
|
local datamanager = require "util.datamanager"
|
||||||
|
|
||||||
local datamanager = datamanager;
|
|
||||||
local st = require "util.stanza";
|
local st = require "util.stanza";
|
||||||
|
|
||||||
module "rostermanager"
|
module "rostermanager"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue