@ -51,10 +51,10 @@ if action == "lookup" then
return
end
local id = lns_lookup(hostname)
if id ~= nil then
local result = lns_lookup(hostname)
if result ~= nil then
io.write(id)
cache[hostname] = id
cache[hostname] = result
elseif action == "clear" then
The note is not visible to the blocked user.