home
·
contact
·
privacy
projects
/
plomlombot-irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07cd87
)
Fix syntax error.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:18:01 +0000
(12:18 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:18:01 +0000
(12:18 +0100)
plomlombot.py
patch
|
blob
|
history
diff --git
a/plomlombot.py
b/plomlombot.py
index c835d56b80581a38a97968ec9806cc6edde7ad89..7f3d4e5d2984bf89054be0f47c4787777a07e94f 100755
(executable)
--- 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]