Difference between revisions of "2.0/Modules/cs drop"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/cs_drop}} {{Syntax|cs_drop|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Unregisters the named channel. '''Only Services Operat...") |
(No difference)
|
Latest revision as of 16:33, 6 May 2014
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"; }