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
This commit is contained in:
psychon
2007-09-21 11:50:40 +00:00
parent 03e6d586c3
commit 64f70a7910
+2 -2
View File
@@ -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 <username>:<password>");
}