summaryrefslogtreecommitdiffstats
path: root/bridge/config
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/config')
-rw-r--r--bridge/config/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 971013d7..ac3e939b 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -52,9 +52,14 @@ type Protocol struct {
UseTLS bool // IRC
}
+type ChannelOptions struct {
+ Key string // irc
+}
+
type Bridge struct {
Account string
Channel string
+ Options ChannelOptions
}
type Gateway struct {