Add new file
This commit is contained in:
parent
da712f2bc9
commit
6e0d275f51
22
cfg/irc.json
Normal file
22
cfg/irc.json
Normal 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": ""
|
||||
}
|
Loading…
Reference in New Issue
Block a user