Pass through configuration directories to compose

This commit is contained in:
2022-07-29 08:31:01 +01:00
parent 6e99605701
commit cd38aab318
12 changed files with 21 additions and 18 deletions

23
conf/templates/irc.json Normal file
View File

@@ -0,0 +1,23 @@
{
"_": {
"register": true,
"entity": "NickServ",
"email": "{nickname}@domain.com",
"registermsg": "REGISTER {password} {email}",
"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}"
}
}