From c87144e0e2a643439370e79a34d100c3eac72d69 Mon Sep 17 00:00:00 2001 From: whosit Date: Sat, 5 Apr 2025 16:35:49 +0300 Subject: [PATCH] add some useless bytes --- .luacheckrc | 2 ++ mod.conf | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .luacheckrc create mode 100644 mod.conf diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..9231212 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,2 @@ +std = "lua51+luajit+luanti" + diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..9eaf131 --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +description = Add /eval command for executing lua directly, with some QoL features +author = whosit +title = cmd_eval +name = cmd_eval \ No newline at end of file