rmmh / skybot

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

Refactored quote.py. Individual quotes come from sqlite, rather than all results #47

Closed fz3n closed 12 years ago

fz3n commented 12 years ago

The changes make the quote plugin select a single row when selecting a quote, rather than all of the possible results. Two queries are made rather than one (using a COUNT(*) first, then a SELECT with a LIMIT).

Also refactored the code to make it easier to add functionality in the future, such as a .q delete.

fz3n commented 12 years ago

Need to fix an error message.