diff --git a/src/Client.cpp b/src/Client.cpp index abbb79aec7..43caa64643 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -83,11 +83,11 @@ CClient::~CClient() { void CClient::SendRequiredPasswordNotice() { PutClient(":irc.znc.in 464 " + GetNick() + " :Password required"); PutClient( - ":irc.znc.in NOTICE AUTH :*** " + ":irc.znc.in NOTICE " + GetNick() + " :*** " "You need to send your password. " "Configure your client to send a server password."); PutClient( - ":irc.znc.in NOTICE AUTH :*** " + ":irc.znc.in NOTICE " + GetNick() + " :*** " "To connect now, you can use /quote PASS :, " "or /quote PASS /: to connect to a " "specific network.");