diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index e2c75f16..6200b560 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1678,6 +1678,7 @@ void CClient::HelpUser(const CString& sFilter) { AddCommandHelp(Table, "PlayBuffer", "<#chan|query>", "Play back the specified buffer", sFilter); AddCommandHelp(Table, "ClearBuffer", "<#chan|query>", "Clear the specified buffer", sFilter); + AddCommandHelp(Table, "ClearAllBuffers", "", "Clear all channel and query buffers", sFilter); AddCommandHelp(Table, "ClearAllChannelBuffers", "", "Clear the channel buffers", sFilter); AddCommandHelp(Table, "ClearAllQueryBuffers", "", "Clear the query buffers", sFilter); AddCommandHelp(Table, "SetBuffer", "<#chan|query> [linecount]", "Set the buffer count", sFilter);