From 0045c5e69a181678b5f5524c8b437b4091fc140f Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 17 Sep 2004 20:21:08 +0000 Subject: [PATCH] missing import --- plugins/SuperIgnore.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/SuperIgnore.py b/plugins/SuperIgnore.py index da47a2099..5056da384 100644 --- a/plugins/SuperIgnore.py +++ b/plugins/SuperIgnore.py @@ -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