Single line to avoid spam.

This commit is contained in:
2014-08-19 22:18:53 +01:00
parent d50c5c36a7
commit 1ff3ec26de

View File

@@ -468,5 +468,5 @@ class DropBot(ClientXMPP):
char_name,
len(res),
intcomma(sum_value),
'\n'.join(['{} x {}'.format(v, self.types[unicode(k)]) for k, v in kill_types.iteritems()])
', '.join(['{} x {}'.format(v, self.types[unicode(k)]) for k, v in kill_types.iteritems()])
)