mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-05 09:04:08 +01:00
TS6Protocol: target_ircd renamed when refactored
Signed-off-by: Celelibi <celelibi@gmail.com>
This commit is contained in:
parent
6bf66f9e4d
commit
26bdc90781
@ -23,7 +23,7 @@ class TS6Protocol(TS6BaseProtocol):
|
|||||||
else 'charybdis')
|
else 'charybdis')
|
||||||
self._ircd = self._ircd.lower()
|
self._ircd = self._ircd.lower()
|
||||||
if self._ircd not in self.SUPPORTED_IRCDS:
|
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._ircd = 'charybdis'
|
||||||
|
|
||||||
self._can_chghost = False
|
self._can_chghost = False
|
||||||
|
Loading…
Reference in New Issue
Block a user