mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-18 06:20:48 +01:00
Created Section Matrix (basic) (markdown)
parent
c9e453d0d2
commit
07858d36b6
16
Section-Matrix-(basic).md
Normal file
16
Section-Matrix-(basic).md
Normal file
@ -0,0 +1,16 @@
|
||||
:warning:
|
||||
**Create a dedicated user first. It will not relay messages from yourself if you use your account**
|
||||
|
||||
```
|
||||
[matrix.mymatrix]
|
||||
#Server is your homeserver (eg https://matrix.org)
|
||||
Server="https://matrix.org"
|
||||
|
||||
#login/pass of your bot.
|
||||
#Use a dedicated user for this and not your own!
|
||||
#Messages sent from this user will not be relayed to avoid loops.
|
||||
Login="yourlogin"
|
||||
Password="yourpass"
|
||||
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user