mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed /logs
command (#2927)
It's been deprecated over a year ago, it's high time it should go 😢
This commit is contained in:
parent
db09a88c8d
commit
a458e32f1d
1 changed files with 0 additions and 7 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue