Remove IRC bot-command "whereis"
This commit is contained in:
parent
d17dce224b
commit
33b40d41c6
4
init.lua
4
init.lua
@ -5,6 +5,10 @@ minetest.register_privilege("spectate", {
|
||||
give_to_singleplayer = false
|
||||
})
|
||||
|
||||
if irc then
|
||||
irc.bot_commands["whereis"] = nil
|
||||
end
|
||||
|
||||
ctf_map.can_cross = function(player)
|
||||
return minetest.check_player_privs(player, {spectate = true})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user