mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Removed comment.
This commit is contained in:
parent
83e8422a44
commit
8b2ef2403e
@ -82,7 +82,6 @@ class SupyIrcProtocol(LineReceiver):
|
|||||||
def connectionMade(self):
|
def connectionMade(self):
|
||||||
self.factory.irc.driver = self
|
self.factory.irc.driver = self
|
||||||
self.factory.irc.reset()
|
self.factory.irc.reset()
|
||||||
#self.mostRecentCall = reactor.callLater(1, self.checkIrcForMsgs)
|
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
self.transport.loseConnection()
|
self.transport.loseConnection()
|
||||||
|
Loading…
Reference in New Issue
Block a user