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:
parent
b1cbbf1963
commit
09b6864398
@ -1,6 +1,7 @@
|
||||
local table = table
|
||||
local assert = assert
|
||||
local select = select
|
||||
local pairs = pairs
|
||||
|
||||
module "irc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user