3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

unreal: remove obsolete comment about cloaked hosts

(cherry picked from commit e7ccfc9156)
This commit is contained in:
James Lu 2016-07-27 17:37:56 -07:00
parent 94ae457a82
commit 4fbb7b1791

View File

@ -375,9 +375,7 @@ class UnrealProtocol(TS6BaseProtocol):
# The cloaked (+x) host is completely separate from the displayed host
# and real host in that it is ONLY shown if the user is +x (cloak mode
# enabled) but NOT +t (vHost set). We'll store this separately for now,
# but more handling is needed so that plugins can update the cloak host
# appropriately.
# enabled) but NOT +t (vHost set).
self.irc.users[uid].cloaked_host = args[9]
if ('+o', None) in parsedmodes: