teal-src/util/random.d.tl
author Kim Alvefur <zash@zash.se>
Mon, 01 Nov 2021 17:59:46 +0100
changeset 11886 c3bd71227e17
parent 11463 86904555bffc
permissions -rw-r--r--
mod_pubsub: Return proper errors for disco queries on nodes Previously this would return item-not-found, even when you could see the node in disco#items.

local record lib
	bytes : function (n:integer):string
end
return lib