Don't send our password required notice until after CAP negotiation

This commit is contained in:
Kyle Fuller
2012-06-28 21:15:12 +01:00
parent bb73c600e4
commit 981963a41e
2 changed files with 17 additions and 6 deletions
+1
View File
@@ -96,6 +96,7 @@ public:
virtual ~CClient();
void SendRequiredPasswordNotice();
void AcceptLogin(CUser& User);
void RefuseLogin(const CString& sReason);