From f0f32abbfa5cf0c3c710e5816785fd742587b5ab Mon Sep 17 00:00:00 2001 From: PixelSergey Date: Tue, 31 May 2016 17:52:56 +0300 Subject: Final fix to lol list pageing Can someone tell me whether it's paging or pageing or both? --- saylol.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.3