Add error checking in places, set up automatic relay provisioning and fix starting bots
This commit is contained in:
@@ -108,7 +108,7 @@ class Relay(Protocol):
|
||||
return
|
||||
|
||||
def connectionMade(self):
|
||||
log("Connection from %s:%s" % (self.addr.host, self.addr.port))
|
||||
log("Relay connection from %s:%s" % (self.addr.host, self.addr.port))
|
||||
#self.send("Greetings.")
|
||||
|
||||
def connectionLost(self, reason):
|
||||
|
||||
Reference in New Issue
Block a user