From 64cd0ae1d5eca997ce756c650928608503ef8bed Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 2 Dec 2007 16:10:08 +0000 Subject: [PATCH] Again a patch which can be called 'by crox' git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@896 726aef4b-f618-498e-8847-2d620e286838 --- Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.cpp b/Client.cpp index e2327e68..f8c95676 100644 --- a/Client.cpp +++ b/Client.cpp @@ -1369,7 +1369,7 @@ void CClient::UserCommand(const CString& sLine) { for (it = vChans.begin(); it != vChans.end(); it++) { (*it)->ClearBuffer(); } - PutStatus("All buffers have been cleared"); + PutStatus("All channel buffers have been cleared"); } else if (sCommand.CaseCmp("SETBUFFER") == 0) { CString sChan = sLine.Token(1);