rmmh / skybot

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

fix nick sorting in urlhistory #211

Closed imnotjames closed 5 years ago

imnotjames commented 5 years ago

seems like urlhistory has unicode strings, which str.lower blows up on. this change calls lower in a lambda to work around that issue.