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