edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Pagination fix #83

Closed linuxdaemon closed 7 years ago

linuxdaemon commented 7 years ago

This is an attempt to fix possible issues with how the pagination indexes are stored, moving them to a separate dictionary to avoid conflicts with legitimate channel names.

edwardslabs commented 7 years ago

Looks like it should work. Let's give it a shot.