diff options
author | Patrick Connolly <patrick.c.connolly@gmail.com> | 2018-11-10 04:52:37 +0800 |
---|---|---|
committer | Wim <wim@42.be> | 2018-11-09 21:52:37 +0100 |
commit | ed11686a99ccdc183912e5ed6d6986a9abcbda92 (patch) | |
tree | f10ae14b25801647794d20c771cbaeb513894e70 | |
parent | 5c50d869081532a0b1dd5ce0ac438edca97937ae (diff) | |
download | matterbridge-msglm-ed11686a99ccdc183912e5ed6d6986a9abcbda92.tar.gz matterbridge-msglm-ed11686a99ccdc183912e5ed6d6986a9abcbda92.tar.bz2 matterbridge-msglm-ed11686a99ccdc183912e5ed6d6986a9abcbda92.zip |
Improve user_typing botname suggestion. (#580)
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files 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 |