Skip to content

Commit

Permalink
feat(indexers): update Hawke-UNO irc auth (#1467)
Browse files Browse the repository at this point in the history
* feat(indexers): update Hawke-UNO

* refactor: update help and label

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
  • Loading branch information
fabricionaweb and zze0s committed Mar 24, 2024
1 parent 6045ef7 commit 2b27479
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/indexer/definitions/huno.yaml
Expand Up @@ -32,20 +32,20 @@ irc:
- name: nick
type: text
required: true
label: Nick
help: Bot nick. Eg. user_bot
label: Bot Nick
help: Bot nick. Eg. username_bot

- name: auth.account
type: text
required: true
label: NickServ Account
help: NickServ account. Make sure to group your user and bot.
label: Username
help: Must be your site username.

- name: auth.password
type: secret
required: true
label: NickServ Password
help: NickServ password
label: IRC Key
help: "Go to your profile, My Security / IRC Key (IID) and copy your Current IRC Key"

parse:
type: single
Expand Down

0 comments on commit 2b27479

Please sign in to comment.