Changes between Initial Version and Version 1 of ChanServ/DroppingChannels

Show
Ignore:
Timestamp:
10/09/08 18:15:48 (2 years ago)
Author:
korpse (IP: 196.25.255.218)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChanServ/DroppingChannels

    v1 v1  
     1= Dropping (unregistering) channels = 
     2 
     3Just like you can register a channel you too can unregister one, referred to as "dropping" a channel, by 
     4using the ChanServ `DROP` command. In order to drop a channel you will need to identify yourself to 
     5ChanServ 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 
     12Once 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 
     19You can check that the channel was dropped by doing: 
     20 
     21{{{ 
     22-ChanServ(services@shadowfire.org)- Channel #some_channel isn't registered. 
     23}}}