fix: make IRC fetcher compatible with aspe

This commit is contained in:
Yarmo Mackenbach 2023-10-07 12:39:22 +02:00
parent 8cd40ea422
commit a616dcd66d
No known key found for this signature in database
GPG key ID: C248C28D432560ED

View file

@ -56,7 +56,7 @@ export async function fn (data, opts) {
showErrors: false, showErrors: false,
debug: false debug: false
}) })
const reKey = /[a-zA-Z0-9\-_]+\s+:\s(openpgp4fpr:.*)/ const reKey = /[a-zA-Z0-9\-_]+\s+:\s(openpgp4fpr|aspe:.*)/
const reEnd = /End\sof\s.*\staxonomy./ const reEnd = /End\sof\s.*\staxonomy./
const keys = [] const keys = []