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
1 changed files with 1 additions and 0 deletions

View File

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