Merge pull request #962 from Mikaela/misc

Misc: this is also core plugin, not module
This commit is contained in:
Valentin Lorentz 2014-12-20 13:45:23 +01:00
commit 90f31cdb3c

View File

@ -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)