mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
ratbox: stub updateClient to prevent hostname desyncs
In ratbox, arbitrary host changing via CHGHOST is not supported.
This commit is contained in:
parent
39987b6dcc
commit
bd9885182e
@ -74,6 +74,10 @@ class RatboxProtocol(TS6Protocol):
|
||||
|
||||
return u
|
||||
|
||||
def updateClient(self, target, field, text):
|
||||
"""updateClient() stub for ratbox."""
|
||||
raise NotImplementedError
|
||||
|
||||
def handle_realhost(self, uid, command, args):
|
||||
"""Handles real host propagation."""
|
||||
log.debug('(%s) Got REALHOST %s for %s', args[0], uid)
|
||||
|
Loading…
Reference in New Issue
Block a user