mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Misc: this is also core plugin, not module
This commit is contained in:
parent
2ef99e8c3c
commit
30b4749049
@ -77,8 +77,8 @@ class RegexpTimeout(Exception):
|
||||
pass
|
||||
|
||||
class Misc(callbacks.Plugin):
|
||||
"""Miscellaneous commands to access Supybot core. This is a core Supybot
|
||||
module that should not be removed!"""
|
||||
"""Miscellaneous commands to access Supybot core. This is a core
|
||||
Supybot plugin that should not be removed!"""
|
||||
def __init__(self, irc):
|
||||
self.__parent = super(Misc, self)
|
||||
self.__parent.__init__(irc)
|
||||
|
Loading…
Reference in New Issue
Block a user