summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.go b/config.go
index 367a43ee..f9873766 100644
--- a/config.go
+++ b/config.go
@@ -25,6 +25,10 @@ type Config struct {
BindAddress string
Channel string
}
+ Token map[string]*struct {
+ IRCChannel string
+ MMChannel string
+ }
General struct {
GiphyAPIKey string
}