stash last lag and ts for each user
This commit is contained in:
@@ -20,8 +20,11 @@ type (
|
||||
}
|
||||
|
||||
configUser struct {
|
||||
Player int
|
||||
Message string
|
||||
Player int
|
||||
Message string
|
||||
Alias string
|
||||
LastTSMS int64
|
||||
LastLag int64
|
||||
}
|
||||
|
||||
configPlayer struct {
|
||||
|
||||
Reference in New Issue
Block a user