mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed the Toggleable subclass, since it wasn't being used at all (accidentally committed earlier, I'm sure).
This commit is contained in:
parent
3275859597
commit
6519d08ed4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user