File

teal-src/util/format.d.tl @ 11912:037b2c019f58

MUC: Include old affiliation data in affiliation change event
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Nov 2021 12:57:23 +0000
parent 11432:113f3912c7cb
line wrap: on
line source

local record lib
	format : function (string, ... : any) : string
end
return lib