From 2b27479a00acf69d8a87e63c481eb9ed35105bad Mon Sep 17 00:00:00 2001 From: Fabricio Date: Sun, 24 Mar 2024 09:52:47 +0000 Subject: [PATCH] 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> --- internal/indexer/definitions/huno.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/indexer/definitions/huno.yaml b/internal/indexer/definitions/huno.yaml index 9b409f9..5191b59 100644 --- a/internal/indexer/definitions/huno.yaml +++ b/internal/indexer/definitions/huno.yaml @@ -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