2010-03-25 07:13:13 +00:00
|
|
|
MODLOAD <[path/]module.so> [server.name]
|
2007-01-25 06:40:21 +00:00
|
|
|
|
|
|
|
-- 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)
|
2008-06-25 21:52:28 +00:00
|
|
|
|
2010-03-25 07:13:13 +00:00
|
|
|
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.
|
|
|
|
|
2008-06-25 21:52:28 +00:00
|
|
|
- Requires Oper Priv: A
|