mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-06 11:39:36 +00:00
10 lines
213 B
Lua
10 lines
213 B
Lua
--- Permissions facade for forum_forge
|
|
--- Re-exports single-function modules for backward compatibility
|
|
|
|
local M = {}
|
|
|
|
M.can_post = require("can_post")
|
|
M.can_moderate = require("can_moderate")
|
|
|
|
return M
|