mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user