Moved translation attribute into toml config. Now using origmsg var for msg text.

This commit is contained in:
Patrick Connolly
2018-10-15 06:48:14 +08:00
parent 4eaa59c594
commit f32e7a9c35
4 changed files with 10 additions and 9 deletions

View File

@@ -124,6 +124,7 @@ type Protocol struct {
WebhookBindAddress string // mattermost, slack
WebhookURL string // mattermost, slack
WebhookUse string // mattermost, slack, discord
TranslationAttribution string // all protocols
}
type ChannelOptions struct {