доделал автоматические действия

This commit is contained in:
PC1\PTyTb
2025-08-08 10:03:01 +03:00
parent f2c012dd28
commit 1936c9c9c0
8 changed files with 4336 additions and 91 deletions
+20 -6
View File
@@ -2,12 +2,26 @@ unit uRecords;
interface
type TListTimer = record
Enable:integer;
interval:integer;
o:integer;
mess:string;
end;
type
TCounter = record
counterName: string;
trigger: string;
count: integer;
auto: integer;
end;
type
TBanWord = record
regexp: string;
end;
type
TListTimer = record
Enable: integer;
interval: integer;
o: integer;
mess: string;
end;
type
TOBSKandinsky = record