diff options
-rwxr-xr-x | fot.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -57,9 +57,6 @@ class Bot(irc.IRCClient): bots.append(self) self.modules = {} - def __del__(self): - bots.remove(self) - def __repr__(self): return '<Bot %s@%s>' % (self.nickname, self.factory.server) |