From a3205995c9e33830ae9f4bee79c444fbedf388d5 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 23 Apr 2024 19:05:40 -0500 Subject: [PATCH] missed passing SoftMode to listener --- app/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.go b/app/main.go index e42e1d35..2650c5bd 100644 --- a/app/main.go +++ b/app/main.go @@ -271,6 +271,7 @@ func execute(ctx context.Context, opts options) error { TestingIDs: opts.TestingIDs, Locator: locator, TrainingMode: opts.Training, + SoftBanMode: opts.SoftBan, DisableAdminSpamForward: opts.DisableAdminSpamForward, Dry: opts.Dry, }