Difference between revisions of "2.0/Modules/ns getpass"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_getpass}} {{Syntax|ns_getpass|NickServ|Anope}} == <div class="moduleheader">Description</div> == Returns the password for the given nickname. Note ...") |
(No difference)
|
Revision as of 23:16, 4 May 2014
Language | |
---|---|
English |
|
Description
Returns the password for the given nickname. Note that whenever this command is used, a message including the person who issued the command and the nickname it was used on will be logged and sent out as a WALLOPS/GLOBOPS.
Access to this command requires the permission nickserv/getpass to be present in your opertype.
Commands
- getpass nickname
Examples
/msg nickserv getpass Fred
Default Configuration
/* * ns_getpass * * Provides the command nickserv/getpass. * * Used for getting users passwords. * * Requires no encryption is being used. */ #module { name = "ns_getpass" } #command { service = "NickServ"; name = "GETPASS"; command = "nickserv/getpass"; permission = "nickserv/getpass"; }