Chatwork support (#634)

This commit is contained in:
adachin
2018-04-27 14:59:58 +09:00
committed by Kota Kanbe
parent 7a1644135a
commit 314f775243
5 changed files with 122 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ func (c TOMLLoader) Load(pathToToml, keyPass string) error {
Conf.Slack = conf.Slack
Conf.Stride = conf.Stride
Conf.HipChat = conf.HipChat
Conf.ChatWork = conf.ChatWork
Conf.Syslog = conf.Syslog
d := conf.Default