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
450 B
Text
13 lines
450 B
Text
MODUNLOAD <module.so> [server.name]
|
|
|
|
-- 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.
|
|
|
|
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
|