This commit is contained in:
parent
4ca44ee8b9
commit
bab2a03382
|
@ -41,3 +41,6 @@ jobs:
|
||||||
|
|
||||||
- name: copy config
|
- name: copy config
|
||||||
run: cp config_example.json config.json
|
run: cp config_example.json config.json
|
||||||
|
|
||||||
|
- name: run f0ck
|
||||||
|
run: npm start
|
||||||
|
|
|
@ -29,9 +29,22 @@
|
||||||
"<img src=\"/s/img/crap/nyancat.gif\" style=\"margin-top: 5px\" />"
|
"<img src=\"/s/img/crap/nyancat.gif\" style=\"margin-top: 5px\" />"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"clients": [
|
"clients": [{
|
||||||
|
"type": "irc",
|
||||||
],
|
"enabled": true,
|
||||||
|
"network": "n0xy",
|
||||||
|
"host": "irc.n0xy.net",
|
||||||
|
"port": 6697,
|
||||||
|
"ssl": true,
|
||||||
|
"selfSigned": false,
|
||||||
|
"sasl": false,
|
||||||
|
"nickname": "f0ckci",
|
||||||
|
"username": "f0ckci",
|
||||||
|
"realname": "f0ckci",
|
||||||
|
"channels": [
|
||||||
|
"#f0ck-dev"
|
||||||
|
]
|
||||||
|
}],
|
||||||
"sql": {
|
"sql": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"user": "f0ck",
|
"user": "f0ck",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user