From 6519d08ed48266c8140b1f6018751638e4d499cb Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 8 Nov 2003 09:28:02 +0000 Subject: [PATCH] Removed the Toggleable subclass, since it wasn't being used at all (accidentally committed earlier, I'm sure). --- plugins/Quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Quotes.py b/plugins/Quotes.py index 1a5c64799..2b7bf208d 100644 --- a/plugins/Quotes.py +++ b/plugins/Quotes.py @@ -48,7 +48,7 @@ import ircdb import privmsgs import callbacks -class Quotes(plugins.ChannelDBHandler, callbacks.Privmsg, plugins.Toggleable): +class Quotes(plugins.ChannelDBHandler, callbacks.Privmsg): def __init__(self): plugins.ChannelDBHandler.__init__(self) callbacks.Privmsg.__init__(self)