Forgot to import supybot.

This commit is contained in:
Jeremy Fincher 2004-09-11 20:25:07 +00:00
parent 49c465c1c7
commit 7335f06b81

View File

@ -33,6 +33,8 @@
Plugin for handling Karma stuff for a channel.
"""
import supybot
__revision__ = "$Id$"
__contributors__ = {
supybot.authors.jamessan: ['allowUnaddressedKarma'],