Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2012-06-05 22:33:44 +07:00
+1
View File
@@ -133,6 +133,7 @@ void CClient::ReadLine(const CString& sData) {
if (m_bGotPass) {
AuthUser();
} else {
PutClient(":irc.znc.in 464 " + GetNick() + " :Password required");
PutClient(":irc.znc.in NOTICE AUTH :*** "
"You need to send your password. "
"Try /quote PASS <username>:<password>");