File

teal-src/util/table.d.tl @ 11498:d61ec5e6ee16

MUC: Allow overriding occupant object from groupchat message event Use case: Enable module that provides a virtual occupant object for bots Before, if there is no occupant then either some other part of MUC would reject the message or `occupant.nick` would have caused an error.
author Kim Alvefur <zash@zash.se>
date Thu, 25 Mar 2021 13:18:23 +0100
parent 11459:86904555bffc
child 12618:17cc122cc2e8
line wrap: on
line source

local record lib
	create : function (narr:integer, nrec:integer):table
	pack : function (...:any):{any}
end
return lib