minetest.get_ban_description - Uberi/MineTest-API GitHub Wiki
Gets the text explaining why a player was banned.
[string](../type/string.html) get_ban_description([string](../type/string.html) ip_or_name)
print("foobar was banned because: " .. minetest.get_ban_description("foobar"))