Misc: this is also core plugin, not module

This commit is contained in:
Mikaela Suomalainen 2014-12-20 14:03:09 +02:00
parent 2ef99e8c3c
commit 30b4749049
1 changed files with 2 additions and 2 deletions

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)