Skip to content
Snippets Groups Projects
Commit b15a9511 authored by cyan's avatar cyan
Browse files

* Fix possible messages in the recvq being processed out of order.

parent cc908197
No related branches found
No related tags found
No related merge requests found
......@@ -2874,6 +2874,7 @@ function IRCClient_check_queues() {
if (this.recvq.bytes && ((time() - this.idletime) >= 2) ) {
var cmd = this.recvq.del();
Global_CommandLine = cmd;
this.throttle_count = 0;
this.work(cmd);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment