4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 18:59:24 +00:00

Add label support in RemoteNickFormat

This commit is contained in:
Wim
2018-02-20 18:57:46 +01:00
parent f2efc06d1f
commit e622587db4
3 changed files with 64 additions and 0 deletions

View File

@ -66,6 +66,7 @@ type Protocol struct {
IgnoreNicks string // all protocols
IgnoreMessages string // all protocols
Jid string // xmpp
Label string // all protocols
Login string // mattermost, matrix
MediaDownloadSize int // all protocols
MediaServerDownload string