Difference between revisions of "2.0/Modules/ns info"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_info}} {{Syntax|ns_info|NickServ|Anope}} == <div class="moduleheader">Description</div> == Displays information about the given nickname, such as th...") |
(No difference)
|
Latest revision as of 00:19, 5 May 2014
Language | |
---|---|
English |
|
Description
Displays information about the given nickname, such as the nick's owner, last seen address and time, and nick options. If no nick is given, and you are identified, your account name is used, else your current nickname is used.
Commands
- info [nickname]
Examples
/msg NickServ info Fred
Default Configuration
/* * ns_info * * Provides the commands: * nickserv/info. - Used for gathering information about an account. * nickserv/set/hide, nickserv/saset/hide - Used for configuring which options are publically shown in nickserv/info. * */ module { name = "ns_info" } command { service = "NickServ"; name = "INFO"; command = "nickserv/info"; } command { service = "NickServ"; name = "SET HIDE"; command = "nickserv/set/hide"; } command { service = "NickServ"; name = "SASET HIDE"; command = "nickserv/saset/hide"; permission = "nickserv/saset/hide"; }