Removed /logs command (#2927)
It's been deprecated over a year ago, it's high time it should go 😢
This commit is contained in:
@@ -355,13 +355,6 @@ void CommandController::initialize(Settings &, Paths &paths)
|
|||||||
return "";
|
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(
|
this->registerCommand(
|
||||||
"/ignore", [blockLambda](const auto &words, auto channel) {
|
"/ignore", [blockLambda](const auto &words, auto channel) {
|
||||||
channel->addMessage(makeSystemMessage(
|
channel->addMessage(makeSystemMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user