From 8e5415b887f72faa3a37965fb6b1c1d103ed467c Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 16 Nov 2018 17:40:49 +0000 Subject: second format arg should have been `results` --- modules/dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dice.py b/modules/dice.py index db499f3a..912f8aa0 100644 --- a/modules/dice.py +++ b/modules/dice.py @@ -36,4 +36,4 @@ class Module(ModuleManager.BaseModule): if len(results) > 1: total = " (total: %d)" % total_n event["stdout"].write("Rolled %s and got %s%s" % ( - str_roll, str(total_n), total)) + str_roll, ", ".join(results), total)) -- cgit v1.3.1-10-gc9f91