Added an XXX.

This commit is contained in:
Jeremy Fincher 2004-12-02 04:51:21 +00:00
parent 4facd7e5ba
commit 7de6d11a65
1 changed files with 1 additions and 0 deletions

View File

@ -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()