Remove lualol command

This commit is contained in:
Mm2PL 2023-01-30 20:47:16 +01:00
parent 82593a585b
commit 7312af1bec
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -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()