Add IRC network definitions

This commit is contained in:
2019-12-28 17:50:38 +00:00
parent 06903d872e
commit 97a25334aa
2 changed files with 9 additions and 0 deletions

8
conf/irc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"_": {
"register": true,
"authentity": "NickServ",
"authcmd": "REGISTER {password} {email}",
"tokenregex": ""
}
}