This commit is contained in:
Starbeamrainbowlabs 2022-05-16 23:41:09 +01:00
parent 9bdd7d2a25
commit 4ab386788d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 5 additions and 1 deletions

View File

@ -59,3 +59,5 @@ local function register_command(cmdname, options)
})
we_c.registered_commands[cmdname] = options
end
return register_command

View File

@ -1,5 +1,7 @@
function run_command(cmdname, func, paramtext)
local function run_command(cmdname, func, paramtext)
-- TODO: Fill this in
end
return run_command