Moved files to subdirectory
This commit is contained in:
34
legacy/conf/templates/irc.json
Normal file
34
legacy/conf/templates/irc.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"_": {
|
||||
"register": true,
|
||||
"entity": "NickServ",
|
||||
"domains": [],
|
||||
"registermsg": "REGISTER {password} {email}",
|
||||
"identifymsg": "IDENTIFY {password}",
|
||||
"confirm": "CONFIRM {token}",
|
||||
"check": true,
|
||||
"ping": true,
|
||||
"negative": true,
|
||||
"pingmsg": "STATUS",
|
||||
"negativemsg": "INFO {nickname}",
|
||||
"checktype": "mode",
|
||||
"checkmode": "R",
|
||||
"checkmsg": "Password accepted - you are now recognized.",
|
||||
"checkmsg2": "You are logged in as",
|
||||
"checknegativemsg": "has \u0002NOT COMPLETED\u0002 registration verification",
|
||||
"checkendnegative": "End of Info"
|
||||
},
|
||||
"freenode": {
|
||||
"confirm": "VERIFY REGISTER {nickname} {token}"
|
||||
},
|
||||
"libera": {
|
||||
"confirm": "VERIFY REGISTER {nickname} {token}"
|
||||
},
|
||||
"cyberia": {
|
||||
"setmode": "I"
|
||||
},
|
||||
"ircnow": {
|
||||
"negative": false,
|
||||
"ping": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user