From 144197c9c43b64065b7854b2cfe8688f904e5112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Epif=C3=A2nio?= <26820396+tfve@users.noreply.github.com> Date: Mon, 3 Feb 2020 13:50:11 +0000 Subject: [PATCH] Added an explanation to add the role "bot" to the bot user --- Section-RocketChat-(basic).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Section-RocketChat-(basic).md b/Section-RocketChat-(basic).md index 34d98b9..49e12e2 100644 --- a/Section-RocketChat-(basic).md +++ b/Section-RocketChat-(basic).md @@ -19,5 +19,7 @@ Password="yourpass" #OPTIONAL (default false) PrefixMessagesWithNick=true +#Your bot must have the role "bot". You it doesn't you will get the bug described in: +#https://github.com/RocketChat/Rocket.Chat/issues/16097 RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` \ No newline at end of file