Add DisablePingEveryoneHere/DisablePingRoles/DisablePingUsers keys to config

This commit is contained in:
Reach
2021-05-05 01:24:14 +02:00
parent af543dcd05
commit 4a27dd0591

View File

@@ -93,6 +93,9 @@ type Protocol struct {
ColorNicks bool // only irc for now ColorNicks bool // only irc for now
Debug bool // general Debug bool // general
DebugLevel int // only for irc now DebugLevel int // only for irc now
DisablePingEveryoneHere bool // discord
DisablePingRoles bool // discord
DisablePingUsers bool // discord
DisableWebPagePreview bool // telegram DisableWebPagePreview bool // telegram
EditSuffix string // mattermost, slack, discord, telegram, gitter EditSuffix string // mattermost, slack, discord, telegram, gitter
EditDisable bool // mattermost, slack, discord, telegram, gitter EditDisable bool // mattermost, slack, discord, telegram, gitter