From ed11686a99ccdc183912e5ed6d6986a9abcbda92 Mon Sep 17 00:00:00 2001
From: Patrick Connolly <patrick.c.connolly@gmail.com>
Date: Sat, 10 Nov 2018 04:52:37 +0800
Subject: [PATCH] Improve user_typing botname suggestion. (#580)

---
 matterbridge.toml.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index d4b2fbbe..a4179b02 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -666,8 +666,8 @@ ShowTopicChange=false
 PreserveThreading=false
 
 #Enable showing "user_typing" events from across gateway when available.
-#Hint: Set your bot/user's "Full Name" to be "Someone",
-#and so the message will say "Someone is typing".
+#Protip: Set your bot/user's "Full Name" to be "Someone (over chat bridge)",
+#and so the message will say "Someone (over chat bridge) is typing".
 #OPTIONAL (default false)
 ShowUserTyping=false