Ensure close_server() clears the who/ison/userhost queues for the right server

close_server() should call clear_server_queues() on the server that's being
closed, not from_server.  This also lets us remove a few other calls to
clear_server_queues() that are right next to calls to close_server().
This commit is contained in:
Kevin Easton
2015-09-07 16:34:41 +10:00
parent 35b1a65f03
commit 8cc9684c76
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Ensure close_server() clears the internal command queues for the right
server. (caf)
* Remove obsolete AIM plugin. (caf)
* Tighten up the handling of channel WALLs. (caf)