Packed Record TBotData

Hierarchy
Methods
Properties

Unit

Declaration

type TBotData = packed record

Description

Stores data related to a bot, such as its IP address and the timestamp of the last refused connection.

Overview

Fields

Public IpAddress: String[15];
Public LastRefused: Int64;

Description

Fields

Public IpAddress: String[15];

The IP address of the bot.

Public LastRefused: Int64;

The timestamp (in Unix time) of the last time the bot's connection was refused.


Generated by PasDoc 0.16.0-snapshot.