File

teal-src/prosody/util/uuid.d.tl @ 13583:e77ef9a4604f

mod_flags: New module to view and manage flags on user accounts via shell/API This will be useful for server operators to easily identify flagged accounts, etc.
author Matthew Wild <mwild1@gmail.com>
date Fri, 03 Jan 2025 11:45:48 +0000
parent 12979:fbbf4f0db8f0
line wrap: on
line source

local record lib
	get_nibbles : function (number) : string
	generate : function () : string

	seed : function (string)
end
return lib