Software /
code /
verse
File
libs/table.lua @ 452:628896d39d8e
client: Allow passing SCRAM hashes for use in authentication
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Aug 2022 02:59:09 +0200 |
parent | 439:6fc73ad6b1d2 |
child | 483:33d566513eb0 |
line wrap: on
line source
return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}