mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-08-02 23:00:23 +02:00
Fixed bug in setMode where assert was missing
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
local table = table
|
local table = table
|
||||||
|
local assert = assert
|
||||||
|
|
||||||
module "irc"
|
module "irc"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user