TBannedIP
Description
Type used by IP to store IP bans data in an array.
Declaration
type TBannedIP = RECORD
IP: ShortString; // IP that has been banned
Time: Integer;
Reason: string; // Reason of the ban
end;
Expand with: What does Time field hold |