home · contact · privacy
Fix indentation error.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:23:34 +0000 (12:23 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:23:34 +0000 (12:23 +0100)
plomlombot.py

index 7e0196eaa04971aa2eee9d669405a804723e5ce0..f0f387e45a3d9c583efc23d8509d454291ac46b8 100755 (executable)
@@ -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