Implement authentication checking on connection
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
"_": {
|
||||
"register": true,
|
||||
"entity": "NickServ",
|
||||
"email": "{nickname}.irc@domain.com",
|
||||
"email": "{nickname}@domain.com",
|
||||
"register": "REGISTER {password} {email}",
|
||||
"confirm": "CONFIRM {token}",
|
||||
"check": true,
|
||||
"ping": true,
|
||||
"pingmsg": "STATUS {nickname}",
|
||||
"checktype": "mode",
|
||||
"checkmode": "r",
|
||||
"checkmsg": "Password accepted - you are now recognized."
|
||||
"checkmsg": "Password accepted - you are now recognized.",
|
||||
"checkmsg2": "You are logged in as"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user