mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
Add ratelimits to publishing
This commit is contained in:
parent
b84bd1d4a2
commit
50e295c834
10 changed files with 260 additions and 103 deletions
|
@ -81,7 +81,7 @@ func (client *ClientInfo) StartAuthorization(callback AuthCallback) {
|
|||
|
||||
AddPendingAuthorization(client, challenge, callback)
|
||||
|
||||
client.MessageChannel <- ClientMessage{MessageID: -1, Command: AuthorizeCommand, Arguments: challenge}
|
||||
client.Send(ClientMessage{MessageID: -1, Command: AuthorizeCommand, Arguments: challenge})
|
||||
}
|
||||
|
||||
const AuthChannelName = "frankerfacezauthorizer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue