mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
seperte perma bans and timeouts
This commit is contained in:
parent
3deafe8c62
commit
a7b7ea816a
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue