1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +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

@ -119,7 +119,6 @@ func commandLineConsole() {
if cl.Send(msg) {
kickCount++
}
kickCount++
}
return fmt.Sprintf("Kicked %d clients", kickCount), nil
})