2.0/Modules/ns getemail

From AnopeWiki
Jump to: navigation, search
Language

English

Service NickServ
Module ns_getemail
Author Anope

Description

Returns the matching nicks that used given email. Note that you can not use wildcards. Whenever this command is used, a message including the person who issued the command and the email it was used on will be logged.

Access to this command requires the permission nickserv/getemail to be present in your opertype.

Commands

GETEMAIL email

Examples

/msg nickserv getemail fred@example.com

Default Configuration

/*
 * ns_getemail
 *
 * Provides the command nickserv/getemail.
 *
 * Used for getting registered accounts by searching for emails.
 */
module { name = "ns_getemail" }
command { service = "NickServ"; name = "GETEMAIL"; command = "nickserv/getemail"; permission = "nickserv/getemail"; group = "nickser
v/admin"; }