* pending command to see which instances have never authenticated * authcheck command to see which instances are not currently authenticated
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"_": {
|
|
"register": true,
|
|
"entity": "NickServ",
|
|
"email": "{nickname}.irc@domain.com",
|
|
"register": "REGISTER {password} {email}",
|
|
"confirm": "CONFIRM {token}",
|
|
"check": true,
|
|
"checktype": "mode",
|
|
"checkmode": "r",
|
|
"checkmsg": "Password accepted - you are now recognized."
|
|
}
|
|
}
|