Add UseUsername option (mattermost). Fixes #1665 (#1714)

This commit is contained in:
Wim
2022-02-06 17:33:41 +01:00
committed by GitHub
parent c211152e23
commit c8d7fdeedc
3 changed files with 13 additions and 5 deletions

View File

@@ -408,6 +408,10 @@ SkipTLSVerify=true
## RELOADABLE SETTINGS
## Settings below can be reloaded by editing the file
# UseUserName shows the username instead of the server nickname
# OPTIONAL (default false)
UseUserName=false
#how to format the list of IRC nicks when displayed in mattermost.
#Possible options are "table" and "plain"
#OPTIONAL (default plain)