mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(indexers): BTFiles add channel password field (#1476)
enhancement(indexers): channel password field for BTF
This commit is contained in:
parent
6c4fd86871
commit
34561c1491
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ irc:
|
||||||
label: NickServ Password
|
label: NickServ Password
|
||||||
help: NickServ password
|
help: NickServ password
|
||||||
|
|
||||||
|
- name: channels.password
|
||||||
|
type: secret
|
||||||
|
required: true
|
||||||
|
label: Channel Password
|
||||||
|
help: Channel password
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
lines:
|
lines:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue