From efcbf7884fcb2da70c1df09c85f6802618d7a2c8 Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 7 Jan 2009 17:38:49 +0000 Subject: [PATCH] Always allow /msg *status setbuffer , even if we are not in git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1323 726aef4b-f618-498e-8847-2d620e286838 --- ClientCommand.cpp | 4 ---- 1 file changed, 4 deletions(-) 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();