2
2
ミラー元 https://github.com/Hilbis/Hilbish 前回の同期 2025-07-02 01:02:03 +00:00

docs: add todo to lua.go

このコミットが含まれているのは:
sammyette 2021-06-09 20:43:01 -04:00
コミット edcc1b39f0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 50EE40A2809851F5

1
lua.go
ファイルの表示

@ -42,6 +42,7 @@ func LuaInit() {
cmds := commander.New()
// When a command from Lua is added, register it for use
// TODO: maybe dont add command code to a lua table? insstead use a map
cmds.Events.On("commandRegister",
func(cmdName string, cmd *lua.LFunction) {
commands[cmdName] = true