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

Telegram egg fix /stardust removal #5672

Merged
merged 14 commits into from
Sep 25, 2016
Merged

Telegram egg fix /stardust removal #5672

merged 14 commits into from
Sep 25, 2016

Conversation

javajohnHub
Copy link
Contributor

@javajohnHub javajohnHub commented Sep 25, 2016

Fix for egg output not displaying.
removed /stardust and just added the stat into /info
fix for #5667

Changed Pokemon caught output

@mention-bot
Copy link

@javajohnHub, thanks for your PR! By analyzing the annotation information on this pull request, we identified @DeXtroTip, @douglascamata and @kolinkorr839 to be potential reviewers

Copy link
Contributor

@Gobberwart Gobberwart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one minor formatting issue I can see.

@@ -162,7 +167,7 @@ def work(self, response_dict=None):
# log encounter
self.emit_event(
'pokemon_appeared',
formatted='*A wild {} appeared!* (CP: {}) (NCP: {}) (Potential {}) (A/D/S {})'.format(pokemon.name, pokemon.cp, round(pokemon.cp_percent, 2), pokemon.iv, pokemon.iv_display),
formatted='A wild {} appeared! (CP: {}) (IV: {}) (A/D/S {}) (NCP: {})'.format(pokemon.name, pokemon.cp, pokemon.iv, pokemon.iv_display, round(pokemon.cp_percent, 2),),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need all those parentheses. Change to

(CP: {} IV: {} A/D/S {} NCP: {})

@javajohnHub javajohnHub merged commit 28c648f into PokemonGoF:dev Sep 25, 2016
@javajohnHub javajohnHub deleted the telegram branch September 25, 2016 22:25
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

Successfully merging this pull request may close these issues.

3 participants