mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Make some discord matterbridge.toml.sample lines less verbose
This commit is contained in:
parent
dd0325a88d
commit
2a0bc11b68
@ -736,25 +736,25 @@ UseUserName=false
|
|||||||
# UseDiscriminator appends the `#xxxx` discriminator when used with UseUserName
|
# UseDiscriminator appends the `#xxxx` discriminator when used with UseUserName
|
||||||
UseDiscriminator=false
|
UseDiscriminator=false
|
||||||
|
|
||||||
# WebhookURL, if specified, will send messages in the style of puppets.
|
# WebhookURL sends messages in the style of puppets.
|
||||||
# This only works if you have one discord channel, if you have multiple discord channels you'll have to specify it in the gateway config
|
# This only works if you have one discord channel, if you have multiple discord channels you'll have to specify it in the gateway config
|
||||||
# Example: "https://discordapp.com/api/webhooks/1234/abcd_xyzw"
|
# Example: "https://discordapp.com/api/webhooks/1234/abcd_xyzw"
|
||||||
WebhookURL=""
|
WebhookURL=""
|
||||||
|
|
||||||
# EditDisable allows you to disable sending of edits to other bridges
|
# EditDisable disables sending of edits to other bridges
|
||||||
EditDisable=false
|
EditDisable=false
|
||||||
|
|
||||||
# EditSuffix specifies the message to be appended to every edited message
|
# EditSuffix specifies the message to be appended to every edited message
|
||||||
# Example: " (edited)"
|
# Example: " (edited)"
|
||||||
EditSuffix=""
|
EditSuffix=""
|
||||||
|
|
||||||
# IgnoreNicks allows you to mute outgoing messages from certain users.
|
# IgnoreNicks mutes outgoing messages from certain users.
|
||||||
# Messages from these users will not be transmitted to other bridges.
|
# Messages from these users will not be transmitted to other bridges.
|
||||||
# Regular expressions are also supported.
|
# Regular expressions are also supported.
|
||||||
# Example: "ircspammer1 ircspammer2"
|
# Example: "ircspammer1 ircspammer2"
|
||||||
IgnoreNicks=""
|
IgnoreNicks=""
|
||||||
|
|
||||||
# IgnoreMessages allows you to mute outgoing messages of a certain format.
|
# IgnoreMessages mutes outgoing messages of a certain format.
|
||||||
# Messages matching this regular expression will not be transmitted sent to other bridges
|
# Messages matching this regular expression will not be transmitted sent to other bridges
|
||||||
# See https://regex-golang.appspot.com/assets/html/index.html for more regex info
|
# See https://regex-golang.appspot.com/assets/html/index.html for more regex info
|
||||||
#
|
#
|
||||||
@ -801,26 +801,26 @@ ReplaceNicks=[]
|
|||||||
#
|
#
|
||||||
ExtractNicks=[]
|
ExtractNicks=[]
|
||||||
|
|
||||||
# Label can be used as an extra identifier for use in the RemoteNickFormat setting.
|
# Label is as an extra identifier for use in the RemoteNickFormat setting.
|
||||||
Label=""
|
Label=""
|
||||||
|
|
||||||
# RemoteNickFormat specifies how remote users appear on this bridge.
|
# RemoteNickFormat formats how remote users appear on this bridge.
|
||||||
# See the [general] config section for default options
|
# See the [general] config section for default options
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
|
||||||
# ShowJoinPart will emit messages that show joins/parts from other bridges
|
# ShowJoinPart emits messages that show joins/parts from other bridges
|
||||||
# Supported from the following bridges: irc, mattermost, slack, discord
|
# Supported from the following bridges: irc, mattermost, slack, discord
|
||||||
ShowJoinPart=false
|
ShowJoinPart=false
|
||||||
|
|
||||||
# StripNick will strip non-alphanumeric characters from nicknames.
|
# StripNick strips non-alphanumeric characters from nicknames.
|
||||||
# Recommended reading: https://github.com/42wim/matterbridge/issues/285
|
# Recommended reading: https://github.com/42wim/matterbridge/issues/285
|
||||||
StripNick=false
|
StripNick=false
|
||||||
|
|
||||||
# ShowTopicChange will emit messages that show topic/purpose updates from other bridges
|
# ShowTopicChange emits messages that show topic/purpose updates from other bridges
|
||||||
# Supported from the following bridges: slack
|
# Supported from the following bridges: slack
|
||||||
ShowTopicChange=false
|
ShowTopicChange=false
|
||||||
|
|
||||||
# SyncTopic will sync topic/purpose updates from other bridges
|
# SyncTopic synchronises topic/purpose updates from other bridges
|
||||||
# Supported from the following bridges: slack
|
# Supported from the following bridges: slack
|
||||||
SyncTopic=false
|
SyncTopic=false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user