Difference between revisions of "2.0/Modules/os reload"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/os_reload}} {{Syntax|os_reload|OperServ|Anope}} == <div class="moduleheader">Description</div> == Causes Services to reload the configuration file. Not...") |
(No difference)
|
Latest revision as of 23:34, 8 May 2014
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"; }