2.0/Modules/os modinfo
From AnopeWiki
Language | |
---|---|
English |
|
Description
- MODINFO
- This command lists information about the specified loaded module.
- MODLIST
- Lists currently loaded modules.
- NOTE: Access to this command requires the permission operserv/modinfo to be present in your opertype.
Commands
- modinfo modname
- modlist [all|third|vendor|extra|database|encryption|pseudoclient|protocol]
Examples
/msg OperServ MODINFO m_dns
/msg OperServ MODLIST
Default Configuration
/* * os_modinfo * * Provides the commands operserv/modinfo and operserv/modlist. * * Used to show information about loaded modules. */ module { name = "os_modinfo" } command { service = "OperServ"; name = "MODINFO"; command = "operserv/modinfo"; permission = "operserv/modinfo"; } command { service = "OperServ"; name = "MODLIST"; command = "operserv/modlist"; permission = "operserv/modinfo"; }