mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
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
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user