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
This commit is contained in:
psychon
2007-12-02 16:10:08 +00:00
parent ef02c621a6
commit 64cd0ae1d5

View File

@@ -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);