From df14ebc0d2a025addd9d4f0f9e648439f7130939 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 10 Dec 2004 03:43:43 +0000 Subject: [PATCH] Deprecate Infobot until we get around to fixing it. --- plugins/Infobot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Infobot.py b/plugins/Infobot.py index 2635acf2b..d60813a44 100755 --- a/plugins/Infobot.py +++ b/plugins/Infobot.py @@ -33,6 +33,8 @@ Infobot compatibility, for the parts that we don't support already. import supybot +deprecated = True + __revision__ = "$Id$" __author__ = supybot.authors.jemfinch