Mention game mode in !gstats output
This is to make it clear that !gstats without arguments returns stats only for the default game mode.
This commit is contained in:
parent
1bce120e1c
commit
5a20801209
@ -408,7 +408,7 @@ def get_game_totals(mode):
|
|||||||
totals = []
|
totals = []
|
||||||
for row in c:
|
for row in c:
|
||||||
totals.append("\u0002{0}p\u0002: {1}".format(*row))
|
totals.append("\u0002{0}p\u0002: {1}".format(*row))
|
||||||
return "Total games ({0}) | {1}".format(total_games, ", ".join(totals))
|
return "Total games (\u0002{0}\u0002): {1} | {2}".format(mode, total_games, ", ".join(totals))
|
||||||
|
|
||||||
def get_warning_points(acc, hostmask):
|
def get_warning_points(acc, hostmask):
|
||||||
peid, plid = _get_ids(acc, hostmask)
|
peid, plid = _get_ids(acc, hostmask)
|
||||||
|
Loading…
Reference in New Issue
Block a user