mirror of
https://github.com/matrix-construct/construct
synced 2025-01-05 04:14:30 +01:00
9830333e9a
What is done here: 1. All the outdated configuration flag information has been removed and replaced with the more current information. 2. Spellchecking has been done on all helpfiles and the actual errors have been fixed.
13 lines
418 B
Text
13 lines
418 B
Text
MODLOAD <[path/]module.so> [server.name]
|
|
|
|
-- 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)
|
|
|
|
A server name may also be provided to load a module
|
|
on a remote server if you have the modules shared priv
|
|
on that server. Wildcards for server name may also be
|
|
used to load a module on multiple servers.
|
|
|
|
- Requires Oper Priv: oper:admin
|