добавил навыки и привязал к ним донаты и баллы канала
This commit is contained in:
+4
-2
@@ -45,7 +45,9 @@ uses
|
||||
uPlayerThread in 'utils\uPlayerThread.pas',
|
||||
uWebServerChat in 'utils\uWebServerChat.pas',
|
||||
uWebServerKandinsky in 'utils\uWebServerKandinsky.pas',
|
||||
uWebServerEvents in 'utils\uWebServerEvents.pas';
|
||||
uWebServerEvents in 'utils\uWebServerEvents.pas',
|
||||
fEvents in 'frames\fEvents.pas' {frEvents: TFrame},
|
||||
uKeyEvent in 'utils\uKeyEvent.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
@@ -59,12 +61,12 @@ begin
|
||||
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TTTW_Bot, TTW_Bot);
|
||||
Application.OnException := TTW_Bot.GlobalExceptionHandler;
|
||||
Application.CreateForm(TfCreateChat, fCreateChat);
|
||||
Application.CreateForm(TfCreateNotify, fCreateNotify);
|
||||
Application.CreateForm(TfrmQ, frmQ);
|
||||
Application.CreateForm(TfShowText, fShowText);
|
||||
Application.CreateForm(TOBS_Doc_Player, OBS_Doc_Player);
|
||||
Application.OnException := TTW_Bot.GlobalExceptionHandler;
|
||||
Application.CreateForm(TfCreateChat, fCreateChat);
|
||||
Application.CreateForm(TfCreateNotify, fCreateNotify);
|
||||
Application.CreateForm(TfShowText, fShowText);
|
||||
|
||||
Reference in New Issue
Block a user