diff --git a/lua/guestlists.lua b/lua/guestlists.lua index 10d6c75..13bd970 100644 --- a/lua/guestlists.lua +++ b/lua/guestlists.lua @@ -118,6 +118,10 @@ local function canvisit(hostname, guestname) if explicitly_banned or explicitly_banned_from_town then return false + + elseif host_glist[guestname] == GUEST_ALLOW then + return true + elseif open_town then return true end