From e2cb9b41e0a48182f240b062fa6d72a6070f6bff Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 8 Jul 2008 10:24:48 +0000 Subject: [PATCH] Please just ignore this commit and pretend the previous commit already did this I'm ashamed... git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1119 726aef4b-f618-498e-8847-2d620e286838 --- IRCSock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCSock.cpp b/IRCSock.cpp index 157fe362..4db85e1f 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -377,7 +377,7 @@ void CIRCSock::ReadLine(const CString& sData) { sTmp += sNick + " "; i++; - } while (!sNick.empty()); + } // Strip away the spaces we inserted at the end sTmp.Trim(" "); m_pUser->PutUser(sTmp, vClients[a]);