Difference between revisions of "2.0/Modules/ns getemail"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/ns_getemail}} {{Syntax|ns_getemail|NickServ|Anope}} == <div class="moduleheader">Description</div> == Returns the matching nicks that used given email....")
 
(No difference)

Latest revision as of 00:12, 5 May 2014

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"; }