forked from External/ergo
move fakelag processing back to read loop as well
This commit is contained in:
parent
4e13f72ca9
commit
05459012ef
2 changed files with 4 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue