mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Fixed little things for hunger reset (and a global variable local-ished)
This commit is contained in:
@ -185,7 +185,7 @@ function meta:think()
|
||||
self.lastThought = socket.gettime()
|
||||
end
|
||||
|
||||
local handlers = handlers
|
||||
local handlers = rawget(G_, "handlers")
|
||||
|
||||
function meta:handle(msg)
|
||||
local handler = irc.handlers[msg.command]
|
||||
|
Reference in New Issue
Block a user