Removed all references which were still left regarding Tyrbot.

This commit is contained in:
2021-09-06 20:39:09 +02:00
parent 10df6c3d26
commit ac5dc38147
53 changed files with 120 additions and 133 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Conn(Bot):
self.logger.error(f"no packet received in 90 seconds for conn {self.id}")
self.failure_callback()
if time_since > 60:
self.send_packet(Ping("tyrbot_aochat"))
self.send_packet(Ping("igncore_aochat"))
else:
self.packet_last_received_timestamp = time.time()
return packet