mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
MUC: Use fully qualified import
Seems to be hard to break old habits? Ref #1223
This commit is contained in:
parent
ab148f782f
commit
0f931dea2a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- Based on code from mod_muc_restrict_pm in prosody-modules@d82c0383106a
|
||||
-- by Nicholas George <wirlaburla@worlio.com>
|
||||
|
||||
local st = require "util.stanza";
|
||||
local st = require "prosody.util.stanza";
|
||||
local muc_util = module:require "muc/util";
|
||||
local valid_roles = muc_util.valid_roles;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue