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

unreal: ensure type safety from last commit

This commit is contained in:
James Lu 2016-08-27 19:19:47 -07:00
parent 8f8cd95395
commit 42a104534a

View File

@ -71,6 +71,7 @@ class UnrealProtocol(TS6BaseProtocol):
realhost = realhost or host
# Add +xt so that vHost cloaking always works.
modes = set(modes) # Ensure type safety
modes |= {('+x', None), ('+t', None)}
raw_modes = self.irc.joinModes(modes)