Update IRC template
This commit is contained in:
parent
502b45cda5
commit
b16289cded
|
@ -2,7 +2,7 @@
|
||||||
"_": {
|
"_": {
|
||||||
"register": true,
|
"register": true,
|
||||||
"entity": "NickServ",
|
"entity": "NickServ",
|
||||||
"email": "{nickname}@domain.com",
|
"domains": [],
|
||||||
"registermsg": "REGISTER {password} {email}",
|
"registermsg": "REGISTER {password} {email}",
|
||||||
"confirm": "CONFIRM {token}",
|
"confirm": "CONFIRM {token}",
|
||||||
"check": true,
|
"check": true,
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"pingmsg": "STATUS",
|
"pingmsg": "STATUS",
|
||||||
"negativemsg": "INFO {nickname}",
|
"negativemsg": "INFO {nickname}",
|
||||||
"checktype": "mode",
|
"checktype": "mode",
|
||||||
"checkmode": "r",
|
"checkmode": "R",
|
||||||
"checkmsg": "Password accepted - you are now recognized.",
|
"checkmsg": "Password accepted - you are now recognized.",
|
||||||
"checkmsg2": "You are logged in as",
|
"checkmsg2": "You are logged in as",
|
||||||
"checknegativemsg": "has \u0002NOT COMPLETED\u0002 registration verification",
|
"checknegativemsg": "has \u0002NOT COMPLETED\u0002 registration verification",
|
||||||
|
@ -19,5 +19,15 @@
|
||||||
},
|
},
|
||||||
"freenode": {
|
"freenode": {
|
||||||
"confirm": "VERIFY REGISTER {nickname} {token}"
|
"confirm": "VERIFY REGISTER {nickname} {token}"
|
||||||
|
},
|
||||||
|
"libera": {
|
||||||
|
"confirm": "VERIFY REGISTER {nickname} {token}"
|
||||||
|
},
|
||||||
|
"cyberia": {
|
||||||
|
"setmode": "I"
|
||||||
|
},
|
||||||
|
"ircnow": {
|
||||||
|
"negative": false,
|
||||||
|
"ping": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue