Don't break IRC control characters in some encodings

Fix #577
This commit is contained in:
Alexey Sokolov
2014-12-21 17:09:59 +00:00
parent bd9450b99e
commit 8930fc4d7a
6 changed files with 95 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ bool CIRCSock::IsFloodProtected(double fRate) {
return fRate > FLOOD_MINIMAL_RATE;
}
CIRCSock::CIRCSock(CIRCNetwork* pNetwork) : CZNCSock() {
CIRCSock::CIRCSock(CIRCNetwork* pNetwork) : CIRCSocket() {
m_pNetwork = pNetwork;
m_bAuthed = false;
m_bNamesx = false;