Removed /logs command (#2927)

It's been deprecated over a year ago, it's high time it should go 😢
This commit is contained in:
Paweł 2021-06-27 17:23:06 +02:00 committed by GitHub
parent db09a88c8d
commit a458e32f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,13 +355,6 @@ void CommandController::initialize(Settings &, Paths &paths)
return "";
};
this->registerCommand("/logs", [](const auto & /*words*/, auto channel) {
channel->addMessage(makeSystemMessage(
"Online logs functionality has been removed. If you're a "
"moderator, you can use the /user command"));
return "";
});
this->registerCommand(
"/ignore", [blockLambda](const auto &words, auto channel) {
channel->addMessage(makeSystemMessage(