File

teal-src/util/human/units.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 11432:113f3912c7cb
child 12608:946a11f794e2
line wrap: on
line source

local lib = record
	adjust : function (number, string) : number, string
	format : function (number, string, string) : string
end
return lib