2.0/Modules/ns getpass
From AnopeWiki
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"; }