mirror of https://github.com/hak5/scuzzy.git
master
parent
789f055540
commit
fd68bc07a1
|
@ -69,6 +69,7 @@ func (o *Overwatch) Run() {
|
||||||
} else {
|
} else {
|
||||||
user.Kicks++
|
user.Kicks++
|
||||||
// kick that sucker
|
// kick that sucker
|
||||||
|
user.MessagesLastTenSecs = 0
|
||||||
log.Printf("[*] User %s (%s) has triggered the message threshold.", user.Username, user.UserID)
|
log.Printf("[*] User %s (%s) has triggered the message threshold.", user.Username, user.UserID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue