mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Elucidating comment.
This commit is contained in:
parent
5f24e4f6e1
commit
b7e030f5e3
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
###
|
###
|
||||||
# Copyright (c) 2002, Jeremiah Fincher
|
# Copyright (c) 2002-2004 Jeremiah Fincher
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -734,6 +734,11 @@ class Irc(IrcCommandDispatcher):
|
|||||||
def die(self):
|
def die(self):
|
||||||
self.zombie = True
|
self.zombie = True
|
||||||
|
|
||||||
|
# This is useless because it's in world.ircs, so it won't be deleted until
|
||||||
|
# the program exits. Just figured you might want to know.
|
||||||
|
#def __del__(self):
|
||||||
|
# self._reallyDie()
|
||||||
|
|
||||||
def _reallyDie(self):
|
def _reallyDie(self):
|
||||||
"""Makes the Irc object die. Dead."""
|
"""Makes the Irc object die. Dead."""
|
||||||
log.info('Irc object for %s dying.' % self.server)
|
log.info('Irc object for %s dying.' % self.server)
|
||||||
|
Loading…
Reference in New Issue
Block a user