mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 20:09:16 +01:00
8 lines
199 B
Text
8 lines
199 B
Text
MODLOAD <[path/]module.so>
|
|
|
|
-- Load a module into the ircd
|
|
the optional path can be an absolute path
|
|
from / or from the IRCD_PREFIX
|
|
(ie modules/autoload/m_users.so)
|
|
|
|
- Requires Oper Priv: oper:admin
|