Update pre-commit versions

This commit is contained in:
2023-02-09 07:20:13 +00:00
parent 87b81ac236
commit 210237b50a
3 changed files with 0 additions and 3 deletions

View File

@@ -98,7 +98,6 @@ class IRCRelayFactory(ReconnectingClientFactory):
self.relayCommands, self.user, self.stage2 = relayCommands, user, stage2
def buildProtocol(self, addr):
entry = IRCRelay(self.num, self.relayCommands, self.user, self.stage2)
self.client = entry