From 8ea6331cb1f97b0a86926c4bd5ebbb0732224186 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 12 Dec 2004 05:39:19 +0000 Subject: [PATCH] Finally finish renaming Quotes -> Quote --- plugins/Quote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Quote.py b/plugins/Quote.py index 8c551a0e6..d35125227 100644 --- a/plugins/Quote.py +++ b/plugins/Quote.py @@ -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: