@@ -12,7 +12,7 @@ for l in io.lines(conf) do
l = l:match "^%s*(.-)%s*$";
if l ~= "" then
local user, params = l:match "^([%a_]+)%s+=%s+(.*)$";
local user, params = l:match "^([%a%d_]+)%s+=%s+(.*)$";
if not user then
error(conf .. ":" .. i .. ": invalid syntax", 0);
end
The note is not visible to the blocked user.