mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
fix: make IRC fetcher compatible with aspe
This commit is contained in:
parent
8cd40ea422
commit
a616dcd66d
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue