X-Git-Url: http://git.veekun.com/zzz-dywypi.git/blobdiff_plain/8b883a737552a647133c2572cb74d0291ba6a1e2..2e65d989581ac75a844d4ad02f1ec04e5d9cd551:/plugins/Pokedex/plugin.py diff --git a/plugins/Pokedex/plugin.py b/plugins/Pokedex/plugin.py index 11a4aff..a1ebccb 100644 --- a/plugins/Pokedex/plugin.py +++ b/plugins/Pokedex/plugin.py @@ -172,7 +172,7 @@ class Pokedex(callbacks.Plugin): get_stat_color(stat_total / 6), stat_total, ) - stats = """{0} HP, {1}/{2} phys, {3}/{4} spec, {5} speed, {total} total""" \ + stats = """{0} HP, {1}/{2} phys, {3}/{4} spec, {5} speed; {total} total""" \ .format(*colored_stats, total=colored_stat_total) self._reply(irc, reply_template.format( id=obj.national_id,