Removed killProxy, which was never used.

This commit is contained in:
Jeremy Fincher 2004-01-26 03:50:15 +00:00
parent b8f497af21
commit b9abf8427a
1 changed files with 0 additions and 6 deletions

View File

@ -574,12 +574,6 @@ class IrcObjectProxy(RichReplyMethods):
self.irc.queueMsg(reply(self.msg, s))
self.finished = True
def killProxy(self):
"""Kills this proxy object and all its parents."""
if not isinstance(self.irc, irclib.Irc):
self.irc.killProxy()
self.__dict__ = {}
def getRealIrc(self):
"""Returns the real irclib.Irc object underlying this proxy chain."""
if isinstance(self.irc, irclib.Irc):