From c4f5c4f312df9f8b05a9abf0b7296e3d27fe608a Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Sun, 14 Apr 2019 22:54:26 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6940737..d153613 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,6 @@ http_port = "9000" # The matrix server to connect to matrix_host = "http://matrix.org" -# The matrix room to post to -matrix_room = "#my-awesome-room:matrix.org" - # User credentions of the bot for posting to the room matrix_pass = "supersecretpass" matrix_user = "my-awesome-bot"