| | 1 | = Dropping (unregistering) channels = |
| | 2 | |
| | 3 | Just like you can register a channel you too can unregister one, referred to as "dropping" a channel, by |
| | 4 | using the ChanServ `DROP` command. In order to drop a channel you will need to identify yourself to |
| | 5 | ChanServ using the `IDENTIFY` command: |
| | 6 | |
| | 7 | {{{ |
| | 8 | /msg ChanServ IDENTIFY #some_channel the_chanserv_password |
| | 9 | -ChanServ(services@shadowfire.org)- Password accepted -- you now have founder-level access to #some_channel. |
| | 10 | }}} |
| | 11 | |
| | 12 | Once you've successfully identified yourself to ChanServ for your channel you can proceed to drop it: |
| | 13 | |
| | 14 | {{{ |
| | 15 | /msg ChanServ DROP #some_channel |
| | 16 | -ChanServ(services@shadowfire.org)- Channel #some_channel has been dropped. |
| | 17 | }}} |
| | 18 | |
| | 19 | You can check that the channel was dropped by doing: |
| | 20 | |
| | 21 | {{{ |
| | 22 | -ChanServ(services@shadowfire.org)- Channel #some_channel isn't registered. |
| | 23 | }}} |