teal-src/util/id.d.tl
author Kim Alvefur <zash@zash.se>
Fri, 12 Nov 2021 22:34:04 +0100
changeset 11906 98fd531594bd
parent 11463 86904555bffc
permissions -rw-r--r--
util.prosodyctl.shell: Bring back banner set from config! I miss my custom ANSI-colored greeting!

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib