2.0/Modules/ns drop

From AnopeWiki
Jump to: navigation, search
Language

English

Service NickServ
Module ns_drop
Author Anope

Description

Drops the given nick from the database. Once your nickname is dropped you may lose all of your access and channels that you may own. Any other user will be able to gain control of this nick.

As a Services Operator, you may drop any nick.

Commands

DROP [nickname]

Examples

/msg NickServ DROP

Default Configuration

/*
 * ns_drop
 *
 * Provides the command nickserv/drop.
 *
 * Used for unregistering names.
 */
module { name = "ns_drop" }
command { service = "NickServ"; name = "DROP"; command = "nickserv/drop"; }