N
(→Usage) |
|||
(12 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | N is our authentication and nickname management bot here on DareNET. It provides numerous features that help users maintain their account, and claim ownership of nicknames. This document describes the different commands and features that N provides. | |
- | + | == Usage == | |
+ | |||
+ | You can communicate with N via private message, or through server-side aliases, as shown below: | ||
+ | |||
+ | * /msg N <nowiki><text></nowiki> | ||
+ | * /msg N@services.darenet.org <nowiki><text></nowiki> | ||
+ | * /NickServ <nowiki><text></nowiki> | ||
+ | * /NS <nowiki><text></nowiki> | ||
+ | |||
+ | For the purpose of this document, we will be using the first two methods listed, as some IRC clients do not readily support server-side aliases without additional setup and/or client commands. However, you can choose to use any of the above methods. | ||
+ | |||
+ | == Account Management Commands == | ||
+ | |||
+ | {| class="srvcscmd" width="100%" style="font-size: 90%;" | ||
+ | |- | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/addcert|ADDCERT]]</span><br />Add a client certificate fingerprint. | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/account flags|ACCOUNT FLAGS]]</span><br />List of account flags. | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/ghost|GHOST]]</span><br />Disconnect old accounts. | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/unregister|UNREGISTER]]</span><br />Delete your account. | ||
+ | |- | ||
+ | | <span class="cmd">[[N/addmask|ADDMASK]]</span><br />Add a hostmask. | ||
+ | | <span class="cmd">[[N/delmask|DELMASK]]</span><br />Delete a hostmask. | ||
+ | | <span class="cmd">[[N/pass|PASS]]</span><br />Change your password. | ||
+ | | | ||
+ | |- | ||
+ | | <span class="cmd">[[N/auth|AUTH]]</span><br />Authenticate to an account. | ||
+ | | <span class="cmd">[[N/delcert|DELCERT]]</span><br />Delete a client certificate fingerprint. | ||
+ | | <span class="cmd">[[N/set|SET]]</span><br />Manipulate account settings. | ||
+ | | | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | == Nickname Management Commands == | ||
+ | {| class="srvcscmd" width="100%" style="font-size: 90%;" | ||
+ | |- | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/nickinfo|NICKINFO]]</span><br />Retrieve information about a nickname. | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/reclaim|RECLAIM]]</span><br />Reclaim your nickname. | ||
+ | | style="width: 310px;"|<span class="cmd">[[N/release|RELEASE]]</span><br />Release a nickname held by an enforcer. | ||
+ | | style="width: 310px;"| | ||
+ | |- | ||
+ | | <span class="cmd">[[N/nicks|NICKS]]</span><br />List all your registered nicknames. | ||
+ | | <span class="cmd">[[N/regnick|REGNICK]]</span><br />Register a nickname. | ||
+ | | <span class="cmd">[[N/unregnick|UNREGNICK]]</span><br />Unregister a nickname. | ||
+ | | | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:All]] [[Category:IRC Services]] |
Current revision as of 06:15, 11 October 2012
N is our authentication and nickname management bot here on DareNET. It provides numerous features that help users maintain their account, and claim ownership of nicknames. This document describes the different commands and features that N provides.
Usage
You can communicate with N via private message, or through server-side aliases, as shown below:
- /msg N <text>
- /msg N@services.darenet.org <text>
- /NickServ <text>
- /NS <text>
For the purpose of this document, we will be using the first two methods listed, as some IRC clients do not readily support server-side aliases without additional setup and/or client commands. However, you can choose to use any of the above methods.
Account Management Commands
ADDCERT Add a client certificate fingerprint. | ACCOUNT FLAGS List of account flags. | GHOST Disconnect old accounts. | UNREGISTER Delete your account. |
ADDMASK Add a hostmask. | DELMASK Delete a hostmask. | PASS Change your password. | |
AUTH Authenticate to an account. | DELCERT Delete a client certificate fingerprint. | SET Manipulate account settings. |
Nickname Management Commands
NICKINFO Retrieve information about a nickname. | RECLAIM Reclaim your nickname. | RELEASE Release a nickname held by an enforcer. | |
NICKS List all your registered nicknames. | REGNICK Register a nickname. | UNREGNICK Unregister a nickname. |