mirror of
https://github.com/4Evergreen4/death_messages.git
synced 2025-07-03 17:00:38 +02:00
Corrige le message d'avertissement pour l'usage d'irc
This commit is contained in:
2
init.lua
2
init.lua
@ -158,7 +158,7 @@ local function broadcast_death(msg)
|
|||||||
logfilep:write(os.date("[%Y-%m-%d %H:%M:%S] ") .. msg .. "\n")
|
logfilep:write(os.date("[%Y-%m-%d %H:%M:%S] ") .. msg .. "\n")
|
||||||
logfilep:close()
|
logfilep:close()
|
||||||
if irc then
|
if irc then
|
||||||
irc:say(msg)
|
irc.say(msg)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user