1
0
forked from lug/matterbridge

Add support for edited messages (gitter)

This commit is contained in:
Wim
2017-04-15 23:46:01 +02:00
parent fdb57230a3
commit 17b8b86d68
3 changed files with 54 additions and 13 deletions

View File

@@ -282,6 +282,15 @@ ShowJoinPart=false
#REQUIRED
Token="Yourtokenhere"
#Disable sending of edits to other bridges
#WARNING: the default uses FAYE which is experimental. If you need stability set EditDisable=true
#OPTIONAL (default false)
EditDisable=true
#Message to be appended to every edited message
#OPTIONAL (default empty)
EditSuffix=" (edited)"
#Nicks you want to ignore.
#Messages from those users will not be sent to other bridges.
#OPTIONAL