mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(indexers): update Hawke-UNO irc auth (#1467)
* feat(indexers): update Hawke-UNO * refactor: update help and label --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
6045ef7c10
commit
2b27479a00
1 changed files with 6 additions and 6 deletions
|
@ -32,20 +32,20 @@ irc:
|
||||||
- name: nick
|
- name: nick
|
||||||
type: text
|
type: text
|
||||||
required: true
|
required: true
|
||||||
label: Nick
|
label: Bot Nick
|
||||||
help: Bot nick. Eg. user_bot
|
help: Bot nick. Eg. username_bot
|
||||||
|
|
||||||
- name: auth.account
|
- name: auth.account
|
||||||
type: text
|
type: text
|
||||||
required: true
|
required: true
|
||||||
label: NickServ Account
|
label: Username
|
||||||
help: NickServ account. Make sure to group your user and bot.
|
help: Must be your site username.
|
||||||
|
|
||||||
- name: auth.password
|
- name: auth.password
|
||||||
type: secret
|
type: secret
|
||||||
required: true
|
required: true
|
||||||
label: NickServ Password
|
label: IRC Key
|
||||||
help: NickServ password
|
help: "Go to your profile, My Security / IRC Key (IID) and copy your Current IRC Key"
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue