rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
249 stars 170 forks source link

add basic pagination to remembers #162

Closed olslash closed 7 years ago

olslash commented 7 years ago

hello! this lets you do ?word 2 to retrieve page 2 of the remember for word. no more remembers lost to the character limit! namaste

akalin commented 7 years ago

:+1:

rmmh commented 7 years ago

Can you make the pagination occur at a comma boundary instead of a random byte?

olslash commented 7 years ago

yes, please hold

olslash commented 7 years ago

new code is up-- i will review it again tomorrow when my brain is more awake. But it seems to work! and should handle all the edge cases i think!

olslash commented 7 years ago

thanks for the help @rmmh -- I made your changes :)