mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
Merge pull request #19 from ncopa/master
Fixed bug in trackUsers where pairs was missing
This commit is contained in:
commit
c046a0e009
@ -1,6 +1,7 @@
|
|||||||
local table = table
|
local table = table
|
||||||
local assert = assert
|
local assert = assert
|
||||||
local select = select
|
local select = select
|
||||||
|
local pairs = pairs
|
||||||
|
|
||||||
module "irc"
|
module "irc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user