Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nickname module removes trailing 0s #3430

Closed
jrgutier opened this issue Aug 10, 2016 · 1 comment
Closed

nickname module removes trailing 0s #3430

jrgutier opened this issue Aug 10, 2016 · 1 comment

Comments

@jrgutier
Copy link

Hi, I have my bot appending IVs at the end of my nickname. I'm finding that its removing the trailing 0 if its there. For example, this bellsprout has 90%.

img_0071

@gvasilev
Copy link

gvasilev commented Aug 10, 2016

Use the following config:

"nickname_template": "{name:.8s}_{iv_pct}"

The above remove any letters from the name which are past the 8th symbol, so it will have space for the IV.

This happens because the name field allows up to 12 characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants