mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +01:00
ratbox: fix typo in outgoing REALHOST
This commit is contained in:
parent
4dcbc85a81
commit
d943a8286f
@ -70,7 +70,7 @@ class RatboxProtocol(TS6Protocol):
|
|||||||
|
|
||||||
if orig_realhost:
|
if orig_realhost:
|
||||||
# If real host is specified, send it using ENCAP REALHOST
|
# If real host is specified, send it using ENCAP REALHOST
|
||||||
self._send(u, "ENCAP * REALHOST %s" % orig_realhost)
|
self._send(uid, "ENCAP * REALHOST %s" % orig_realhost)
|
||||||
|
|
||||||
return u
|
return u
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user