1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-12 17:10:54 +00:00

Moved rate.Limiter into its own package

This commit is contained in:
Kane York 2017-02-02 23:20:10 -08:00
parent 7be7fc5c3a
commit 1da392f5b3
7 changed files with 22 additions and 23 deletions

View file

@ -108,7 +108,7 @@ type ClientInfo struct {
// True if the client has already sent the 'ready' command
ReadyComplete bool
// Server-initiated messages should be sent via the Send() method
// Server-initiated messages should be sent via the Send() method.
MessageChannel chan<- ClientMessage
// Closed when the client is shutting down.