mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 16:52:44 +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.
14 lines
507 B
Text
14 lines
507 B
Text
MODLIST [match string] [server.name]
|
|
|
|
-- List the modules that are currently loaded into the
|
|
ircd, along with their address and version.
|
|
When a match string is provided, modlist only prints
|
|
modules with names matching the match string.
|
|
|
|
A server name may also be provided to list currently
|
|
loaded modules on that server if you have the modules
|
|
shared priv on that server. If you're doing modlist
|
|
on a remote server, a match string is required, but *
|
|
will list all modules.
|
|
|
|
- Requires Oper Priv: oper:admin
|