Packed Record TBotData
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
![]() |
IpAddress: String[15]; |
![]() |
LastRefused: Int64; |
Description
Fields
![]() |
IpAddress: String[15]; |
|
The IP address of the bot. | |
![]() |
LastRefused: Int64; |
|
The timestamp (in Unix time) of the last time the bot's connection was refused. | |
Generated by PasDoc 0.16.0-snapshot.
