2.0/Modules/os reload
From AnopeWiki
Language | |
---|---|
English |
|
Description
Causes Services to reload the configuration file. Note that some directives still need the restart of the Services to take effect (such as Services' nicknames, activation of the session limitation, etc.).
- NOTE: Access to this command requires the permission operserv/reload to be present in your opertype.
Commands
- reload
Examples
/msg OperServ RELOAD
Default Configuration
/* * os_reload * * Provides the command operserv/reload. * * Used to reload the services.conf configuration file. */ module { name = "os_reload" } command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; permission = "operserv/reload"; }