diff options
author | Wim <wim@42.be> | 2015-10-24 18:44:45 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-24 18:44:45 +0200 |
commit | 43738dbc89c888967181309002dc46b2c64990a0 (patch) | |
tree | abbb4ae072d5d50e8559c5d09afe056ac60b4ffe /config.go | |
parent | 6feccd4c6cae08c7c6a4f283822565785428b2e0 (diff) | |
download | matterbridge-msglm-43738dbc89c888967181309002dc46b2c64990a0.tar.gz matterbridge-msglm-43738dbc89c888967181309002dc46b2c64990a0.tar.bz2 matterbridge-msglm-43738dbc89c888967181309002dc46b2c64990a0.zip |
Refactor and IconURL support
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ type Config struct { Port int ShowJoinPart bool Token string + IconURL string } } |