move fakelag processing back to read loop as well

This commit is contained in:
Shivaram Lingamneni 2019-05-22 18:35:24 -04:00
parent 4e13f72ca9
commit 05459012ef
2 changed files with 4 additions and 6 deletions

View file

@ -39,10 +39,6 @@ func (cmd *Command) Run(server *Server, client *Client, session *Session, msg ir
return false
}
if client.registered {
session.fakelag.Touch()
}
rb := NewResponseBuffer(session)
rb.Label = GetLabel(msg)
exiting := cmd.handler(server, client, msg, rb)