3
0
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:
James Lu 2016-10-01 00:40:20 -07:00
parent 4dcbc85a81
commit d943a8286f

View File

@ -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