mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Removed killProxy, which was never used.
This commit is contained in:
parent
b8f497af21
commit
b9abf8427a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user