Finally finish renaming Quotes -> Quote

This commit is contained in:
James Vega 2004-12-12 05:39:19 +00:00
parent 9d77e38af0
commit 8ea6331cb1

View File

@ -64,5 +64,5 @@ class Quote(plugins.ChannelIdDatabasePlugin):
random = wrap(random, ['channeldb'])
Class = Quotes
Class = Quote
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: