mercury/config/example.default.json

17 lines
439 B
JSON
Raw Normal View History

2023-10-02 02:11:23 +00:00
{
"irc": {
"server": "irc.supernets.org",
"port": 6697,
"ssl": "true",
"channels": [
"#5000"
],
"nickname": "mercury",
"username": "mercury",
"realname": "git.supernets.org/hogwart7/mercury"
2023-10-02 02:11:24 +00:00
},
"feed": {
"useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 13.4; rv:109.0) Gecko/20100101 Firefox/114.0",
"body_max_chars": "200"
2023-10-02 02:11:23 +00:00
}
}