979 B
979 B
ouch-relay
ouchnets official relay client
usage
ouch-relay simply opens config.json in the current directory currently. a CLI has not been added yet
./ouch-relay
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 :PORTnick
is the nickname you want the relay to usechannel
is the channel you want the relay to occupyname
is the network Identifier for the relayrecvonly
set totrue
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