4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Add support for RemoteNickFormat in general configuration

This commit is contained in:
Wim
2016-11-20 23:33:41 +01:00
parent e0e1e4be80
commit e1641b2c2e
3 changed files with 18 additions and 1 deletions

View File

@ -80,6 +80,7 @@ type Config struct {
Xmpp map[string]Protocol
Discord map[string]Protocol
Telegram map[string]Protocol
General Protocol
Gateway []Gateway
SameChannelGateway []SameChannelGateway
}