1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2025-06-28 06:11:45 +02:00

[irc & commands] Clean global variable and fix crash on auth_table

This commit is contained in:
LeMagnesium
2016-08-21 00:19:27 +02:00
parent c8538c762b
commit 07e6a4dc54
2 changed files with 1 additions and 3 deletions

View File

@ -185,8 +185,6 @@ function meta:think()
self.lastThought = socket.gettime()
end
local handlers = handlers
function meta:handle(msg)
local handler = irc.handlers[msg.command]
if handler then