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:
@ -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
|
||||
|
Reference in New Issue
Block a user