From 7334337c9346a3c2cf3166b5ac863056b5bad81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Thu, 10 Feb 2022 12:25:25 +0100 Subject: [PATCH] New bot pattern shiziyama --- detector/patterns.go | 1 + 1 file changed, 1 insertion(+) diff --git a/detector/patterns.go b/detector/patterns.go index 1577323..2a0e990 100644 --- a/detector/patterns.go +++ b/detector/patterns.go @@ -7,5 +7,6 @@ var patterns map[string][]string = map[string][]string{ }, "bot": { `youtube\-dl`, + `shiziyama`, }, }