From: Christian Heller Date: Thu, 7 Mar 2019 11:18:01 +0000 (+0100) Subject: Fix syntax error. X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=commitdiff_plain;h=c48adc4bf2c4eb6e3370b53212bcc7f43385944a Fix syntax error. --- diff --git a/plomlombot.py b/plomlombot.py index c835d56..7f3d4e5 100755 --- a/plomlombot.py +++ b/plomlombot.py @@ -253,7 +253,7 @@ def handle_command(command, argument, notice, target, session): notice("skipped all quotes matching query") else: notice("found %s matches, showing max. 3, skipping %s" - %s (len(results), to_skip)) + % (len(results), to_skip)) for i in range(len(results)): if i >= to_skip and i < to_skip + 3: result = results[i]