diff options
author | Wim <wim@42.be> | 2023-04-05 23:39:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 23:39:15 +0200 |
commit | 89b0d362d29179b389b203e046b22b5b6e5f8310 (patch) | |
tree | 87e68ae33885d3de4a2c6a78a6afc6822ab7dd3e /matterbridge.toml.sample | |
parent | 574f25337df2a3a7dbfa18093a4fcbe056b8824b (diff) | |
download | matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.tar.gz matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.tar.bz2 matterbridge-msglm-89b0d362d29179b389b203e046b22b5b6e5f8310.zip |
Remove gitter bridge (#2035)
See https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 79 |
1 files changed, 1 insertions, 78 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index db413852..5932b269 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -513,86 +513,9 @@ ShowTopicChange=false ################################################################### #Gitter section -#Best to make a dedicated gitter account for the bot. +#Gitter has been moved to matrix - see https://github.com/42wim/matterbridge/issues/1969 how to migrate ################################################################### -[gitter] - -#You can configure multiple servers "[gitter.name]" or "[gitter.name2]" -#In this example we use [gitter.myproject] -#REQUIRED -[gitter.myproject] -#Token to connect with Gitter API -#You can get your token by going to https://developer.gitter.im/docs/welcome and SIGN IN -#REQUIRED -Token="Yourtokenhere" - -## RELOADABLE SETTINGS -## Settings below can be reloaded by editing the file - -#Nicks you want to ignore. -#Regular expressions supported -#Messages from those users will not be sent to other bridges. -#OPTIONAL -IgnoreNicks="ircspammer1 ircspammer2" - -#Messages you want to ignore. -#Messages matching these regexp will be ignored and not sent to other bridges -#See https://regex-golang.appspot.com/assets/html/index.html for more regex info -#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword -IgnoreMessages="^~~ badword" - -#messages you want to replace. -#it replaces outgoing messages from the bridge. -#so you need to place it by the sending bridge definition. -#regular expressions supported -#some examples: -#this replaces cat => dog and sleep => awake -#replacemessages=[ ["cat","dog"], ["sleep","awake"] ] -#this replaces every number with number. 123 => numbernumbernumber -#replacemessages=[ ["[0-9]","number"] ] -#optional (default empty) -ReplaceMessages=[ ["cat","dog"] ] - -#nicks you want to replace. -#see replacemessages for syntaxa -#optional (default empty) -ReplaceNicks=[ ["user--","user"] ] - -#Extractnicks is used to for example rewrite messages from other relaybots -#See https://github.com/42wim/matterbridge/issues/713 and https://github.com/42wim/matterbridge/issues/466 -#some examples: -#this replaces a message like "Relaybot: <relayeduser> something interesting" to "relayeduser: something interesting" -#ExtractNicks=[ [ "Relaybot", "<(.*?)>\\s+" ] ] -#you can use multiple entries for multiplebots -#this also replaces a message like "otherbot: (relayeduser) something else" to "relayeduser: something else" -#ExtractNicks=[ [ "Relaybot", "<(.*?)>\\s+" ],[ "otherbot","\\((.*?)\\)\\s+" ] -#OPTIONAL (default empty) -ExtractNicks=[ ["otherbot","<(.*?)>\\s+" ] ] - -#extra label that can be used in the RemoteNickFormat -#optional (default empty) -Label="" - -#RemoteNickFormat defines how remote users appear on this bridge -#See [general] config section for default options -RemoteNickFormat="[{PROTOCOL}] <{NICK}> " - -#Enable to show users joins/parts from other bridges -#Currently works for messages from the following bridges: irc, mattermost, mumble, slack, discord -#OPTIONAL (default false) -ShowJoinPart=false - -#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 -#It will strip other characters from the nick -#OPTIONAL (default false) -StripNick=false - -#Enable to show topic changes from other bridges -#Only works hiding/show topic changes from slack bridge for now -#OPTIONAL (default false) -ShowTopicChange=false - ################################################################### # # Keybase |