Software / code / prosody
File
teal-src/util/array.d.tl @ 12908:e96c3ea64996
mod_admin_shell: Add commands to disable and enable accounts
First proper UI to enable/disable, allowing it to be tested.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 23 Feb 2023 18:10:06 +0100 |
| parent | 12611:33b7e7bd83fd |
line wrap: on
line source
local record array_t<T> { T } end local record lib metamethod __call : function () : array_t end return lib