mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
Add ratelimits to publishing
This commit is contained in:
parent
b84bd1d4a2
commit
50e295c834
10 changed files with 260 additions and 103 deletions
|
@ -116,9 +116,8 @@ func commandLineConsole() {
|
|||
if i >= count {
|
||||
break
|
||||
}
|
||||
select {
|
||||
case cl.MessageChannel <- msg:
|
||||
case <-cl.MsgChannelIsDone:
|
||||
if cl.Send(msg) {
|
||||
kickCount++
|
||||
}
|
||||
kickCount++
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue