mirror of
https://github.com/znc/znc.git
synced 2026-05-02 11:32:29 +02:00
SASL: Support receiving USER and NICK after CAP END
This commit is contained in:
@@ -200,7 +200,7 @@ void CClient::ReadLine(const CString& sData) {
|
||||
}
|
||||
|
||||
m_bGotUser = true;
|
||||
if (m_bGotPass) {
|
||||
if (m_bGotPass || !m_sSASLUser.empty()) {
|
||||
AuthUser();
|
||||
} else if (!m_bInCap) {
|
||||
SendRequiredPasswordNotice();
|
||||
|
||||
Reference in New Issue
Block a user