mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(indexers): irc parse support ignoring lines (#641)
feat(indexers): irc support ignore line
This commit is contained in:
parent
e014528c97
commit
626fa6f156
3 changed files with 16 additions and 4 deletions
|
@ -172,6 +172,7 @@ type IndexerIRCParseLine struct {
|
|||
Test []string `json:"test"`
|
||||
Pattern string `json:"pattern"`
|
||||
Vars []string `json:"vars"`
|
||||
Ignore bool `json:"ignore"`
|
||||
}
|
||||
|
||||
type IndexerIRCParseMatch struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue