1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-07-11 12:20:22 +02:00

Merge pull request #19 from ncopa/master

Fixed bug in trackUsers where pairs was missing
This commit is contained in:
JakobOvrum
2014-01-21 22:53:10 -08:00

View File

@ -1,6 +1,7 @@
local table = table
local assert = assert
local select = select
local pairs = pairs
module "irc"