From 07858d36b693b12994d36b05f256ae9938056256 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 23 Jun 2017 00:32:25 +0200 Subject: [PATCH] Created Section Matrix (basic) (markdown) --- Section-Matrix-(basic).md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Section-Matrix-(basic).md diff --git a/Section-Matrix-(basic).md b/Section-Matrix-(basic).md new file mode 100644 index 0000000..8e9c4b1 --- /dev/null +++ b/Section-Matrix-(basic).md @@ -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}> " +``` \ No newline at end of file