mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
unreal: remove obsolete comment about cloaked hosts
(cherry picked from commit e7ccfc9156
)
This commit is contained in:
parent
94ae457a82
commit
4fbb7b1791
@ -375,9 +375,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
|||||||
|
|
||||||
# The cloaked (+x) host is completely separate from the displayed host
|
# 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
|
# 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,
|
# enabled) but NOT +t (vHost set).
|
||||||
# but more handling is needed so that plugins can update the cloak host
|
|
||||||
# appropriately.
|
|
||||||
self.irc.users[uid].cloaked_host = args[9]
|
self.irc.users[uid].cloaked_host = args[9]
|
||||||
|
|
||||||
if ('+o', None) in parsedmodes:
|
if ('+o', None) in parsedmodes:
|
||||||
|
Loading…
Reference in New Issue
Block a user