mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Unify channel buffers and CBuffer.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user