diff --git a/src/Client.cpp b/src/Client.cpp index 5c68d7d9..15c9a3b7 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -82,7 +82,7 @@ void CClient::SendRequiredPasswordNotice() { PutClient(":irc.znc.in 464 " + GetNick() + " :Password required"); PutClient(":irc.znc.in NOTICE AUTH :*** " "You need to send your password. " - "Try /quote PASS :"); + "Try /quote PASS /:"); } void CClient::ReadLine(const CString& sData) {