seperte perma bans and timeouts

This commit is contained in:
lyx0 2023-12-03 19:13:52 +01:00
parent 3deafe8c62
commit a7b7ea816a

View file

@ -172,10 +172,11 @@ func main() {
} }
if message.BanDuration >= 28700 && message.Channel == "forsen" { if message.BanDuration >= 28700 && message.Channel == "forsen" {
app.TwitchClient.Say("nouryxd", fmt.Sprintf("MODS https://logs.ivr.fi/?channel=forsen&username=%v", message.TargetUsername)) app.TwitchClient.Say("nouryxd", fmt.Sprintf("monkaS -%v https://logs.ivr.fi/?channel=forsen&username=%v", message.BanDuration, message.TargetUsername))
} }
}) })
app.TwitchClient.OnConnect(func() { app.TwitchClient.OnConnect(func() {
common.StartTime() common.StartTime()