mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove lualol command
This commit is contained in:
parent
82593a585b
commit
7312af1bec
1 changed files with 0 additions and 7 deletions
|
@ -3127,13 +3127,6 @@ void CommandController::initialize(Settings &, Paths &paths)
|
||||||
|
|
||||||
return "";
|
return "";
|
||||||
});
|
});
|
||||||
this->registerCommand("lualol", [](const auto &ctx) {
|
|
||||||
getApp()->plugins->callEveryWithArgs(
|
|
||||||
"test", 1, [ctx](const auto & /*pl*/, lua_State *L) {
|
|
||||||
lua_pushstring(L, ctx.channel->getName().toStdString().c_str());
|
|
||||||
});
|
|
||||||
return "";
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommandController::save()
|
void CommandController::save()
|
||||||
|
|
Loading…
Reference in a new issue