Difference between revisions of "2.0/Modules/cs sync"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/cs_sync}} {{Syntax|cs_sync|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Syncs all modes set on users on the channel with the mode...")
 
(No difference)

Latest revision as of 22:09, 6 May 2014

Language

English

Service ChanServ
Module cs_sync
Author Anope

Description

Syncs all modes set on users on the channel with the modes they should have based on their access.

Commands

sync channel

Examples

/msg ChanServ SYNC #myChannel

Default Configuration

/*
 * cs_sync
 *
 * Provides the command chanserv/sync.
 *
 * Used to sync users channel status modes with what access they have.
 */
module { name = "cs_sync" }
command { service = "ChanServ"; name = "SYNC"; command = "chanserv/sync"; group = "chanserv/management"; }