Viewing file on branch master
| / | docs | protocols | sshchat | README.md |
| 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] |
| 14 | Server="address:port" # eg "localhost:2022" or "1.2.3.4:22" |
| 15 | Nick="matterbridge" |
| 16 | RemoteNickFormat="[{PROTOCOL}] <{NICK}> " |
| 17 | ``` |
| 18 |