From 0f2a8c7932e11187252cedf784a315e64463ee5e Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 17 Nov 2018 12:48:42 +0000 Subject: Minor code styling change in modules/8ball.py --- modules/8ball.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/8ball.py b/modules/8ball.py index 5080af18..92603678 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -36,5 +36,5 @@ class Module(ModuleManager.BaseModule): :help: Ask the mystic 8ball a question! :usage: """ - event["stdout"].write("You shake the magic ball... it " - "says " + utils.irc.bold(random.choice(CHOICES))) + event["stdout"].write("You shake the magic ball... it says %s" % + utils.irc.bold(random.choice(CHOICES))) -- cgit v1.3.1-10-gc9f91