0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00
construct/help/opers/modload
Sam Dodrill 9830333e9a helpfiles: fix spelling, grammar remove old information
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.
2013-11-14 23:34:42 -05:00

14 lines
418 B
Plaintext

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