diff options
Diffstat (limited to 'bridge/config.go')
-rw-r--r-- | bridge/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bridge/config.go b/bridge/config.go index 99f2c7d8..37d3e95c 100644 --- a/bridge/config.go +++ b/bridge/config.go @@ -40,10 +40,6 @@ type Config struct { IgnoreNicks string NoTLS bool } - Token map[string]*struct { - IRCChannel string - MMChannel string - } Channel map[string]*struct { IRC string Mattermost string |