diff --git a/src/Client.cpp b/src/Client.cpp index 15c9a3b7..463559f0 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -82,7 +82,10 @@ 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 /:"); + "Configure your client to send a server password."); + PutClient(":irc.znc.in NOTICE AUTH :*** " + "To connect now, you can use /quote PASS :, " + "or /quote PASS /: to connect to a specific network."); } void CClient::ReadLine(const CString& sData) {