mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Merge pull request #962 from Mikaela/misc
Misc: this is also core plugin, not module
This commit is contained in:
commit
90f31cdb3c
@ -77,8 +77,8 @@ class RegexpTimeout(Exception):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
class Misc(callbacks.Plugin):
|
class Misc(callbacks.Plugin):
|
||||||
"""Miscellaneous commands to access Supybot core. This is a core Supybot
|
"""Miscellaneous commands to access Supybot core. This is a core
|
||||||
module that should not be removed!"""
|
Supybot plugin that should not be removed!"""
|
||||||
def __init__(self, irc):
|
def __init__(self, irc):
|
||||||
self.__parent = super(Misc, self)
|
self.__parent = super(Misc, self)
|
||||||
self.__parent.__init__(irc)
|
self.__parent.__init__(irc)
|
||||||
|
Loading…
Reference in New Issue
Block a user