ci test
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 1m13s

This commit is contained in:
Flummi 2023-04-30 13:53:34 +02:00
parent 4ca44ee8b9
commit bab2a03382
2 changed files with 21 additions and 5 deletions

View File

@ -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

View File

@ -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",