ouch-relay/readme.md

38 lines
979 B
Markdown
Raw Normal View History

2025-02-26 23:32:44 -05:00
# ouch-relay
ouchnets official relay client
2025-03-03 19:44:43 -05:00
## usage
ouch-relay simply opens config.json in the current directory currently. a CLI has not been added yet
`./ouch-relay`
2025-02-26 23:32:44 -05:00
## config
```
{
"networks": [
{
"url": "irc.ouch.chat:6667",
"nick": "relay1",
"channel": "#testing",
"name": "ouchNET",
},
{
"url": "irc.whatever.chat:6667",
"nick": "relay2",
"channel": "#test",
"name": "whateverNET",
}
]
}
```
- `url` is the domain or ip of server with :PORT
- `nick` is the nickname you want the relay to use
- `channel` is the channel you want the relay to occupy
- `name` is the network Identifier for the relay
- `recvonly` set to `true` to make connection only recieve relays, not send
you may specify as many networks as you want under the json `"netoworks"` array. All networks will then have specified channels relayed across all networks