From 7de6d11a6576f0c86da762769e553dd99338b0f1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 2 Dec 2004 04:51:21 +0000 Subject: [PATCH] Added an XXX. --- scripts/supybot | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/supybot b/scripts/supybot index 5461c799a..1dd56d7e4 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -293,6 +293,7 @@ if __name__ == '__main__': if module.__file__.startswith(supybot.installDir): print '%s: %s' % (name, module.__revision__.split()[2]) + # XXX This should go before we instantiate Irc objects, so we don't print. if os.name == 'posix' and options.daemon: def fork(): child = os.fork()