2.0/Modules/cs sync
From AnopeWiki
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"; }