1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-12 10:57:51 +02:00

missing import

This commit is contained in:
James Vega 2004-09-17 20:21:08 +00:00
parent fb569b4ff4
commit 0045c5e69a

@ -36,6 +36,8 @@ messages out before most plugins ever look at them. This is a good example of
a plugin's use of inFilter, for aspiring Supybot plugin authors.
"""
import supybot
__revision__ = "$Id$"
__author__ = supybot.authors.jemfinch