From 4ae6cb306120e52d146fb6d4bf9aa6595b768ab5 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 4 Jul 2012 02:21:31 +0100 Subject: [PATCH] DETACH: Don't show `Detached from ` --- src/Client.cpp | 1 - 1 file changed, 1 deletion(-) 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();