Implement authentication detection

* pending command to see which instances have never authenticated
* authcheck command to see which instances are not currently
  authenticated
This commit is contained in:
2020-05-31 21:52:56 +01:00
parent 586a337ea4
commit 097f100ec5
7 changed files with 96 additions and 16 deletions

View File

@@ -2,8 +2,12 @@
"_": {
"register": true,
"entity": "NickServ",
"email": "{nickname}@example.com",
"email": "{nickname}.irc@domain.com",
"register": "REGISTER {password} {email}",
"confirm": "CONFIRM {token}"
"confirm": "CONFIRM {token}",
"check": true,
"checktype": "mode",
"checkmode": "r",
"checkmsg": "Password accepted - you are now recognized."
}
}