diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index d9d596e5..6429e08a 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -724,6 +724,12 @@ Server="yourservername" #OPTIONAL (default false) ShowEmbeds=false +#Show Discord avatars of remote users with matching names +#This only works for webhooks & if the source message has no avatar +# +#OPTIONAL (default empty) +UseLocalAvatar=["irc"] + #Shows the username instead of the server nickname #OPTIONAL (default false) UseUserName=false |