diff --git a/src/Client.cpp b/src/Client.cpp index 0660fc85..b3d03735 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -380,7 +380,6 @@ void CClient::ReadLine(const CString& sData) { } pChan->DetachUser(); - PutStatusNotice("Detached from [" + sChan + "]"); return; } else if (sCommand.Equals("JOIN")) { CString sChans = sLine.Token(1).TrimPrefix_n();