summaryrefslogtreecommitdiff
path: root/saylol.py
diff options
context:
space:
mode:
Diffstat (limited to 'saylol.py')
-rw-r--r--saylol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saylol.py b/saylol.py
index 3fe2fe5..b9f0ccb 100644
--- a/saylol.py
+++ b/saylol.py
@@ -77,6 +77,7 @@ def on_lol_command(sender, command, label, args):
return True
if int(arg1) == 0:
msg(sender, "&cPage 0 does not exist")
+ return True
arg1 = int(arg1) - 1
offset = list_limit * arg1
if offset > len(lols):