mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
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:
+2
-2
@@ -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>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user