mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
Merge branch 'master' of github.com:znc/znc
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user