Corrige le message d'avertissement pour l'usage d'irc

This commit is contained in:
sys4-fr 2019-01-19 21:57:20 +01:00
parent 402df34ed3
commit e1b749cabd
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ local function broadcast_death(msg)
logfilep:write(os.date("[%Y-%m-%d %H:%M:%S] ") .. msg .. "\n")
logfilep:close()
if irc then
irc:say(msg)
irc.say(msg)
end
end