Difference between revisions of "2.0/Modules/cs sync"
From AnopeWiki
(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 21:09, 6 May 2014
Language | |
---|---|
English |
|
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"; }