1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-01-09 17:40:29 +01:00

Fixed bug in trackUsers where pairs was missing

This commit is contained in:
Natanael Copa 2014-01-15 08:20:57 +01:00
parent b1cbbf1963
commit 09b6864398

View File

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