This commit is contained in:
Flummi
2016-08-29 10:32:21 +02:00
parent 54dd0968b1
commit c922eefbca
5 changed files with 60 additions and 1 deletions

22
cfg/irc.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "irc1",
"host": "",
"port": "",
"ssl": "1",
"ssl_allow_invalid": "1",
"pass": "",
"nick": "",
"username": "",
"realname": ""
},
{
"name": "irc2",
"host": "",
"port": "",
"ssl": "1",
"ssl_allow_invalid": "1",
"pass": "",
"nick": "",
"username": "",
"realname": ""
}