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:
3c338aa
)
Fix indentation error.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:23:34 +0000
(12:23 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:23:34 +0000
(12:23 +0100)
plomlombot.py
patch
|
blob
|
history
diff --git
a/plomlombot.py
b/plomlombot.py
index 7e0196eaa04971aa2eee9d669405a804723e5ce0..f0f387e45a3d9c583efc23d8509d454291ac46b8 100755
(executable)
--- a/
plomlombot.py
+++ b/
plomlombot.py
@@
-220,7
+220,7
@@
def handle_command(command, argument, notice, target, session):
(tokens[0] == "offset-search" and
((not len(tokens) > 2) or (not tokens[1].isdigit())))):
help()
- return
+
return
if not os.access(session.quotesfile, os.F_OK):
notice("no quotes available")
return