From 64f70a7910350d9071d7ab388d4498a7f18a23f5 Mon Sep 17 00:00:00 2001 From: psychon Date: Fri, 21 Sep 2007 11:50:40 +0000 Subject: [PATCH] Fix compile error reported by N0S. I guess I should test before committing -.- git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@842 726aef4b-f618-498e-8847-2d620e286838 --- Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client.cpp b/Client.cpp index 4a11890d..bfb343f7 100644 --- a/Client.cpp +++ b/Client.cpp @@ -101,8 +101,8 @@ void CClient::ReadLine(const CString& sData) { if ((m_bGotPass) && (m_bGotNick)) { AuthUser(); } else if (!m_bGotPass) { - PutClient(":irc.znc.com NOTICE AUTH :*** " + - "You need to send your password. " + + PutClient(":irc.znc.com NOTICE AUTH :*** " + "You need to send your password. " "Try /quote PASS :"); }