From 26bdc9078171b7824e3d3a405831df7b8fcec6be Mon Sep 17 00:00:00 2001 From: Celelibi Date: Fri, 19 Jun 2020 01:54:44 +0200 Subject: [PATCH] TS6Protocol: target_ircd renamed when refactored Signed-off-by: Celelibi --- protocols/ts6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ts6.py b/protocols/ts6.py index 3a624cc..3fa5235 100644 --- a/protocols/ts6.py +++ b/protocols/ts6.py @@ -23,7 +23,7 @@ class TS6Protocol(TS6BaseProtocol): else 'charybdis') self._ircd = self._ircd.lower() if self._ircd not in self.SUPPORTED_IRCDS: - log.warning("(%s) Unsupported IRCd %r; falling back to 'charybdis' instead", self.name, target_ircd) + log.warning("(%s) Unsupported IRCd %r; falling back to 'charybdis' instead", self.name, self._ircd) self._ircd = 'charybdis' self._can_chghost = False