Fix bug where you got disconnected if the server sent a 464 numeric

(bad password) that the client wasn't expecting.

The most common case is failing a CHALLENGE oper attempt.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@55 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-07-02 09:48:22 +00:00
parent 47e2d446fe
commit 06f23669c6
2 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2c01 ]
* Fix bug where you got disconnected if the server sent a 464 numeric
(bad password) that the client wasn't expecting. (caf)
* Add /HOP and /DEHOP commands for halfop. (caf)
* Removed "scan" plugin, this functionality is now covered by /SCAN -stat.