mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Added an XXX.
This commit is contained in:
parent
4facd7e5ba
commit
7de6d11a65
@ -293,6 +293,7 @@ if __name__ == '__main__':
|
|||||||
if module.__file__.startswith(supybot.installDir):
|
if module.__file__.startswith(supybot.installDir):
|
||||||
print '%s: %s' % (name, module.__revision__.split()[2])
|
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:
|
if os.name == 'posix' and options.daemon:
|
||||||
def fork():
|
def fork():
|
||||||
child = os.fork()
|
child = os.fork()
|
||||||
|
Loading…
Reference in New Issue
Block a user