2013-11-14 23:34:42 -05:00
|
|
|
MODUNLOAD <module.so> [server.name]
|
2007-01-24 22:40:21 -08:00
|
|
|
|
|
|
|
-- Unload a module from the ircd
|
|
|
|
Use just the module name, the path is not needed.
|
|
|
|
When a module is unloaded, all commands associated
|
|
|
|
with it are unloaded as well.
|
2008-06-25 23:52:28 +02:00
|
|
|
|
2013-11-14 23:34:42 -05:00
|
|
|
A server name may also be provided to unload a module
|
|
|
|
from a remote server if you have the modules shared priv
|
|
|
|
on that server. Wildcards for server name may also be used
|
|
|
|
to unload a module from multiple servers.
|
|
|
|
|
|
|
|
- Requires Oper Priv: oper:admin
|