Fix a typo and user modes.

Thanks to KindOne for noticing it.
This commit is contained in:
Alexey Sokolov
2012-11-22 01:32:58 +07:00
parent 94cce5ae38
commit 978e3b7832
+1 -1
View File
@@ -1097,7 +1097,7 @@ void CIRCSock::Timeout() {
m_pNetwork->ClearMotdBuffer();
ResetChans();
m_scUserModes.empty();
m_scUserModes.clear();
}
void CIRCSock::ConnectionRefused() {