Cleaned up the handling of channel mode changes a little, including fixing

buggy handling of certain key and limit mode changes.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@56 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-07-04 09:55:59 +00:00
parent 06f23669c6
commit 1cba960190
2 changed files with 77 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2c01 ]
* Cleaned up the handling of channel mode changes a little, including fixing
buggy handling of certain key and limit mode changes. (caf)
* Fix bug where you got disconnected if the server sent a 464 numeric
(bad password) that the client wasn't expecting. (caf)