Difference between revisions of "2.0/Modules/os update"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/os_update}} {{Syntax|os_update|OperServ|Anope}} == <div class="moduleheader">Description</div> == Causes Services to update all database files as soon ...")
 
(No difference)

Latest revision as of 16:32, 9 May 2014

Language

English

Service OperServ
Module os_update
Author Anope

Description

Causes Services to update all database files as soon as you send the command.

  • NOTE: Access to this command requires the permission operserv/update to be present in your opertype.

Commands

update

Examples

/msg OperServ UPDATE

Default Configuration

/*
 * os_update
 *
 * Provides the operserv/update command.
 *
 * Use to immediately update the databases.
 */
module { name = "os_update" }
command { service = "OperServ"; name = "UPDATE"; command = "operserv/update"; permission = "operserv/update"; }