diff --git a/ClientCommand.cpp b/ClientCommand.cpp index 20729901..4f91c4ff 100644 --- a/ClientCommand.cpp +++ b/ClientCommand.cpp @@ -896,10 +896,6 @@ void CClient::UserCommand(const CString& sLine) { return; } - if (!pChan->IsOn()) { - PutStatus("You are not on [" + sChan + "] [trying]"); - return; - } unsigned int uLineCount = sLine.Token(2).ToUInt();