index
:
matterbridge-msglm
master
A fork of matterbridge with some patches.
msglm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'config.go')
-rw-r--r--
config.go
1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 07da3732..62d0ee17 100644
--- a/
config.go
+++ b/
config.go
@@ -19,6 +19,7 @@ type Config struct {
URL string
Port int
ShowJoinPart bool
+ Token string
}
}