CloudBotIRC / CloudBot

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

Add tell_cache to check against #135

Closed edwardslabs closed 9 years ago

edwardslabs commented 9 years ago

Moved the check for tells for each use to a cache variable so the db does not have to be queried unless there is a match. I believe this will fix #124