1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-09 01:18:10 +02:00

Twisted driver had no die() method.

This commit is contained in:
Jeremy Fincher 2003-11-25 11:45:09 +00:00
parent adfb3e4035
commit e4db34da14

@ -99,6 +99,9 @@ class SupyReconnectingFactory(ReconnectingClientFactory):
self.server = (server, port)
reactor.connectTCP(server, port, self)
def die(self):
pass
class MyShell(Shell):
def checkUserAndPass(self, username, password):