File

teal-src/util/id.d.tl @ 11504:1f700f5f62cb

mod_admin_shell: Remove obsolete checks related to s2sout.lib s2sout.lib was removed in 756b8821007a along with srv_hosts and srv_choice
author Kim Alvefur <zash@zash.se>
date Tue, 06 Apr 2021 13:25:38 +0200 (2021-04-06)
parent 11459:86904555bffc
line wrap: on
line source
local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib