mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +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.irc.queueMsg(reply(self.msg, s))
|
||||||
self.finished = True
|
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):
|
def getRealIrc(self):
|
||||||
"""Returns the real irclib.Irc object underlying this proxy chain."""
|
"""Returns the real irclib.Irc object underlying this proxy chain."""
|
||||||
if isinstance(self.irc, irclib.Irc):
|
if isinstance(self.irc, irclib.Irc):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user