N
m (Updating category listing) |
|||
Line 1: | Line 1: | ||
- | { | + | NickServ 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 NickServ provides. |
- | <br> | + | |
- | + | == Usage == | |
+ | |||
+ | You can communicate with NickServ via private message, or through server-side aliases, as shown below: | ||
+ | |||
+ | * /msg NickServ <nowiki><text></nowiki> | ||
+ | * /msg NickServ@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">[[NickServ/addcert|ADDCERT]]</span><br />Add a client certificate fingerprint. | ||
+ | | style="width: 310px;"|<span class="cmd">[[NickServ/account flags|ACCOUNT FLAGS]]</span><br />List of account flags. | ||
+ | | style="width: 310px;"|<span class="cmd">[[NickServ/ghost|GHOST]]</span><br />Disconnect old accounts. | ||
+ | | style="width: 310px;"|<span class="cmd">[[NickServ/unregister|UNREGISTER]]</span><br />Delete your account. | ||
+ | |- | ||
+ | | <span class="cmd">[[NickServ/addmask|ADDMASK]]</span><br />Add a hostmask. | ||
+ | | <span class="cmd">[[NickServ/delmask|DELMASK]]</span><br />Delete a hostmask. | ||
+ | | <span class="cmd">[[NickServ/pass|PASS]]</span><br />Change your password. | ||
+ | | | ||
+ | |- | ||
+ | | <span class="cmd">[[NickServ/auth|AUTH]]</span><br />Authenticate to an account. | ||
+ | | <span class="cmd">[[NickServ/delcert|DELCERT]]</span><br />Delete a client certificate fingerprint. | ||
+ | | <span class="cmd">[[NickServ/set|SET]]</span><br />Manipulate account settings. | ||
+ | | | ||
+ | |- | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
- | |||
[[Category:All]] [[Category:IRC Services]] | [[Category:All]] [[Category:IRC Services]] |
Revision as of 07:28, 9 March 2012
NickServ 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 NickServ provides.
Usage
You can communicate with NickServ via private message, or through server-side aliases, as shown below:
- /msg NickServ <text>
- /msg NickServ@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. |