Unify channel buffers and CBuffer.

This commit is contained in:
Stéphan Kochen
2011-10-16 18:11:26 +02:00
parent 948ae2510c
commit cb4131e320
11 changed files with 55 additions and 73 deletions

View File

@@ -1073,7 +1073,7 @@ void CClient::UserCommand(CString& sLine) {
return;
}
if (pChan->GetBuffer().empty()) {
if (pChan->GetBuffer().IsEmpty()) {
PutStatus("The buffer for [" + sChan + "] is empty");
return;
}