2.0/Modules/cs drop
From AnopeWiki
Language | |
---|---|
English |
|
Description
Unregisters the named channel.
Only Services Operators can drop a channel of which they are not the founder.
Commands
- drop channel
Examples
/msg ChanServ DROP #myOtherChannel
Default Configuration
/* * cs_drop * * Provides the command chanserv/drop. * * Used for unregistering channels. */ module { name = "cs_drop" } command { service = "ChanServ"; name = "DROP"; command = "chanserv/drop"; }