mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Allowed Lua scripts to be located by basename (script name only) when resolving /lua unload and related operations, while keeping path-based matching for explicit paths. Ensured /lua load reports failures when script creation fails and added explicit failure feedback to the user. Added unload feedback that distinguishes immediate unloads from deferred unloads, so users see confirmation right away.