mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Got rid of those pesky trailing whitespaces
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@203 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+2
-2
@@ -79,7 +79,7 @@ void CUserSock::ReadLine(const string& sData) {
|
||||
if ((m_bGotPass) && (m_bGotUser)) {
|
||||
AuthUser();
|
||||
}
|
||||
return; // Don't forward this msg. ZNC will handle nick changes until auth is complete
|
||||
return; // Don't forward this msg. ZNC will handle nick changes until auth is complete
|
||||
}
|
||||
|
||||
if ((m_pUser) && (strcasecmp(sNick.c_str(), m_pUser->GetNick().c_str()) == 0)) {
|
||||
@@ -981,7 +981,7 @@ void CUserSock::PutIRC(const string& sLine) {
|
||||
|
||||
void CUserSock::PutServ(const string& sLine) {
|
||||
DEBUG_ONLY(cout << GetSockName() << " -> [" << sLine << "]" << endl);
|
||||
Write(sLine + "\r\n");
|
||||
Write(sLine + "\r\n");
|
||||
}
|
||||
|
||||
void CUserSock::PutStatusNotice(const string& sLine) {
|
||||
|
||||
Reference in New Issue
Block a user