Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Viewing file on branch master

1# SSHChat
2
3- Status: ???
4- Maintainers: ???
5- Features: ???
6
7> [!WARNING]
8> In the gateway setup you should set channel to "sshchat" in order for things to work properly.
9
10**Basic configuration example:**
11
12```toml
13[sshchat.mychat]
14Server="address:port" # eg "localhost:2022" or "1.2.3.4:22"
15Nick="matterbridge"
16RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
17```
18