4
0
Эх сурвалжийг харах

update defaultConfig with new Slack regex

Les Aker 7 жил өмнө
parent
commit
afb598cf15
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -173,7 +173,7 @@ description = "Github"
 regex = '''(?i)github.*['\"][0-9a-zA-Z]{35,40}['\"]'''
 regex = '''(?i)github.*['\"][0-9a-zA-Z]{35,40}['\"]'''
 [[regexes]]
 [[regexes]]
 description = "Slack"
 description = "Slack"
-regex = '''xoxo[bapr]-.*'''
+regex = '''xox[baprs]-.*'''
 [[regexes]]
 [[regexes]]
 description = "Telegram"
 description = "Telegram"
 regex = '''\d{5,}:A[a-zA-Z0-9_\-]{34,34}'''
 regex = '''\d{5,}:A[a-zA-Z0-9_\-]{34,34}'''