1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 22:50:32 +02:00

Fix deprecated functions, update to 5.x (#59)

This commit is contained in:
David Leal
2019-10-05 02:25:05 -05:00
committed by SmallJoker
parent 05ab5e9fbd
commit ac0387786c
5 changed files with 7 additions and 16 deletions

View File

@ -110,7 +110,8 @@ end
minetest.register_privilege("irc_admin", {
description = "Allow IRC administrative tasks to be performed.",
give_to_singleplayer = true
give_to_singleplayer = true,
give_to_admin = true,
})
local stepnum = 0